ADMM ============================== **Alternating Direction Method of Multipliers** `Link of the Site `_ This pages are my notes when learning Proxima Algorithms from the materials online, mainly from stanford engineer pages : `EE364b `_ ,and `ADMM `_ . 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 `Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers 2010 `_ .. toctree:: :maxdepth: 3 :caption: Contents: Introduction Precursors ADMM GeneralPattern ConstrainedConvex L1Norm ConsensusSharing DistributedModelFitting NonConvex Implementation NumericalExamples