Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Influence of the constraints on the vector x

1 visualizzazione (ultimi 30 giorni)
houda mejri
houda mejri il 21 Mar 2017
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (1)

Torsten
Torsten il 21 Mar 2017
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 Commenti
Walter Roberson
Walter Roberson il 28 Mar 2017
Those values are 0 to within the tolerance you have in effect.
houda mejri
houda mejri il 28 Mar 2017
Okay! Thanks a lot Cheers

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by