fmincon starting value is not x0

2 views (last 30 days)
baptiste
baptiste on 6 Jan 2017
Answered: baptiste on 6 Jan 2017
Hello. When I call fmincon, I provide a starting point x0. However when I check the value of x at the first iteration it does not start at x0. Is there any way to force fmincon to start precisely at x0? Thanks.

Accepted Answer

baptiste
baptiste on 6 Jan 2017
Ok, it was because I provided an x0 point that was equal to the one of the bounds, so matlab treated as outside the bounds and changed the starting value without warning me.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!