Skip to main content

Module augmented_lagrangian

Module augmented_lagrangian 

Source
Expand description

Augmented Lagrangian method for constrained optimization.

Converts a constrained problem into a sequence of unconstrained (or bound-constrained) subproblems by penalizing constraint violations and maintaining Lagrange multiplier estimates.

Author: Moussa Leblouba Date: 8 February 2026 Modified: 2 May 2026

Structs§

AugLagOptions
Options for the Augmented Lagrangian outer loop.

Functions§

augmented_lagrangian_minimize
Solve a constrained optimization problem using the Augmented Lagrangian method.