object
augmented_lagrangian(Problem,InnerSolver)
Problem- Problem object implementingconstrained_optimization_problem_protocol.InnerSolver- Atom naming a local_optimization solver class taking a single problem parameter, e.g.bfgsorlbfgs. Constructed dynamically each outer iteration asInnerSolver(SubProblem).
Augmented Lagrangian method for problems with general equality and inequality constraints, delegating each penalized subproblem to an existing local optimization solver.
Availability:
logtalk_load(constrained_optimization(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-03
Compilation flags:
static, context_switching_callsImports:
Uses:
Remarks:
(none)
Inherited public predicates:
Public predicates
(no local declarations; see entity ancestors if any)
Protected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)