Back To Paper Read Home.

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,...,m

1. Proximal point algorithm for P : primal

Proximal operator:

fk0(x)=f0(x)+(1/2ck)xxk22

For this modification, we have a stronger convexity, as we have :

fk0((1λ)x+λx)(1λ)fk0(x)+λfk0(x)(λ(1λ)/2ck)xx22
  • 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

3. Proximal point algorithm for Convex-concave Lagrangian

Back To Paper Read Home.