# ADMM

## 参考佳文###\#

[凸优化：ADMM(Alternating Direction Method of Multipliers)交替方向乘子算法](http://blog.csdn.net/shanglianlm/article/category/3258955)\
[分布式计算、统计学习与ADMM算法](http://joegaotao.github.io/cn/2014/02/admm/)\
[用ADMM实现统计学习问题的分布式计算](http://mullover.me/2016/01/19/admm-for-distributed-statistical-learning/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://json007.gitbook.io/svm/math-convex_optimization/admm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
