lambda in fmincon Interior-Point Algorithm with Analytic Hessian

4 ビュー (過去 30 日間)
Frank
Frank 2024 年 6 月 4 日
移動済み: Torsten 2024 年 6 月 4 日
I am trying to use fmincon Interior-Point Algorithm with Analytic Hessian (https://www.mathworks.com/help/optim/ug/fmincon-interior-point-algorithm-with-analytic-hessian.html)
The examplay function is hessinterior which is Hessian of both c(1) and c(2).
My understanding is lambda is Lagrange Multiplier, which should be an output since it is the stationary points of the Lagrangian function. How come it is an input to the function hessinterior?
Thank you very much!

回答 (2 件)

Matt J
Matt J 2024 年 6 月 4 日
How come it is an input to the function hessinterior?
Because both x and lambda are computed iteratively. The solver therefore needs to be able to test different choices of Lagrange multipliers.
My understanding is lambda is Lagrange Multiplier, which should be an output
The final lambda is indeed returned as an output.

Torsten
Torsten 2024 年 6 月 4 日
移動済み: Torsten 2024 年 6 月 4 日
My guess is that the algorithm used is a primal-dual algorithm that also iterates the Lagrange multipliers during the solution process.

カテゴリ

Help Center および File ExchangeStability Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by