Augmented Lagrangian
algorithms are based on successive minimization of the augmented Lagrangian
where
includes only the equality constraints. Updating of the multipliers usually takes the form
This approach is relatively easy to implement because the main
computational operation at each iteration is minimization of the smooth function with respect
to
, subject
only to bound constraints. A large-scale implementation of the augmented Lagrangian
approach can be found in the LANCELOT
package, which solves the bound-constrained subproblem by using special data
structures to exploit the (group partially separable) structure of the underlying problem.
The OPTIMA and OPTPACK libraries also contain
augmented Lagrangian codes.
Up To:
Nonlinearly Constrained Optimization.
[ OTC Home Page | NEOS Guide | NEOS Server | Optimization Tree ]
Updated 28 March 1996