Problem 527. Augmented Lagrange Multiplier (ALM) Method

Write a function to find the values of a design variable vector, x, that minimizes a scalar objective function, f ( x ), given a function handle to f, and a starting guess, x0, subject to inequality and equality constraints with function handles g<=0 and h=0, respectively. Use the Augmented Lagrangian Multiplier Method (a.k.a., the Method of Multipliers) and return the estimate of Lagrange multipliers u for inequalities, and v for equality constraints.

Solution Stats

7.59% Correct | 92.41% Incorrect
Last Solution submitted on Nov 15, 2023

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author17

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!