Proximal Algorithms
==============================
`Link of the Site `_
This pages are my notes when learning Proxima Algorithms from the materials online, mainly from stanford engineer pages :
`EE364b `_ , `Proximal Algorithms `_,
and `Math301 `_.
These pages will include the important definitions, some of my interpretations, and more derivatives and proofs than the original handouts.
These pages are corresponding with the paper `Proximal Algorithms Foundations and Trends in Optimization 2014 `_
.. toctree::
:maxdepth: 3
:caption: Contents:
Monotone
Introduction
Properties
Interpretations
Algorithms
ParallelDistributed
EvaluatingProximal
Applications
Conclusions