Augmented Lagrangian and Penalty Methods

6 ビュー (過去 30 日間)
Emily Tabb
Emily Tabb 2021 年 9 月 23 日
回答済み: Alan Weiss 2021 年 9 月 24 日
Consider the following parametrized optimization problem.
min (x(1) − 1)^2 + (x(2) − 3)^2
subject to
x(1)^2 − ε ≤ x(2)
x(2) ≤ 0.
Write a nested function file to solve this problem for a given initial x = (1, 3) value and a give value of ε > 0 and to also plot the results.
I'm really stuck on how to solve this can anyone please help me
Thankyou

回答 (1 件)

Alan Weiss
Alan Weiss 2021 年 9 月 24 日
Sounds like a homework problem. I suggest that you consult the documentation for passing extra parameters, such as
or
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by