Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Influence of the constraints on the vector x

2 ビュー (過去 30 日間)
houda mejri
houda mejri 2017 年 3 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello, please i made a simulation on a file.m for the function fmincon and by changing the constraints I find the same vector x. Do you have an explanation ? I used the structure x = fmincon (problem), and attached code captures. Thank you

回答 (1 件)

Torsten
Torsten 2017 年 3 月 21 日
x=0 is the global minimum of your objective.
Since x=0 satisfies the constraints in both cases, the solution remains the same.
Best wishes
Torsten.
  5 件のコメント
Walter Roberson
Walter Roberson 2017 年 3 月 28 日
Those values are 0 to within the tolerance you have in effect.
houda mejri
houda mejri 2017 年 3 月 28 日
Okay! Thanks a lot Cheers

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by