Augmented Lagrangians and Applications of the Proximal Point Algorithm in Convex Programming (1976 R.T. Rockafellar)
From method of multipliers to proximal method of multipliers.
For solving a inequalities constrained convex optimization problem (P, for ‘primal’):
minimizef0(x)subject tofi(x)≤0, i=1,...,m1. Proximal point algorithm for P : primal
Proximal operator:
fk0(x)=f0(x)+(1/2ck)‖x−xk‖22For this modification, we have a stronger convexity, as we have :
fk0((1−λ)x+λx′)≤(1−λ)fk0(x)+λfk0(x′)−(λ(1−λ)/2ck)‖x−x′‖22- In many algorithms, strong convexity is a boon to good convergence and makes possible more convenient stopping criteria, including estimates of how far one is from a minimum point.
- Can reduce trouble when solving the problem : as the infimum may not be attained at all or not attained uniquely, this make is harder to generate simultaneously an asymptotically minimizing sequence for (P) itself.
- The separability of the kind essential to decomposition methods is perserved.
2. Proximal point algorithm for D : dual
Method of multipliers, Augmented lagrangian