交替方向乘子法(Alternating Direction Method of Multipliers, ADMM)

本文介绍了交替方向乘子法(ADMM),它是一种用于解决优化问题的方法,尤其适用于包含两个优化变量且受约束的方程。ADMM通过耦合变量将问题转换为增广拉格朗日函数,并通过交替更新变量来迭代求解。该方法与对偶上升法相似,但能更有效地处理凸性,将大问题分解为两个子问题。
摘要由CSDN通过智能技术生成


一、 Optimization Problem

The normal optimization problem is
min ⁡ x f ( x ) \min_{x} f(x) xminf(x)
where the x x x is optimization variance. By optimizing x x x, the function f ( x ) f(x) f(x) can be minimized.

Actually, x x x need to be constrained by equations or inequations, such as,
1 )   s u b j e c t   t o   A x = b ,   o r 1) \ subject \ to \ {A}x=b, \ or 1) subject to Ax=b, or 2 )   s u b j e c t   t o   A x ≤ b 2) \ subject \ to \ {A}x \leq b 2) subject to Axb
Thus, the optimization problem usually can be written as

二、 Which problem can be solved by ADMM?

Optimization problems:
min ⁡ x f ( x ) + g ( z ) A x + B z = c \begin{array}{cc} \min_{x} f(x) +g(z) \\ Ax + Bz = c \end{array} minxf(x)+g(z)Ax+Bz=c
ADMM algorithm usually solves optimization problems limited by equations which usually has two optimization variables.

三、 Dual Method

Dual method is the most related strategy about ADMM.
Dual method can couple/combine the minimize problem and the subject condictions by using a coupling variable λ \lambda

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值