fmincon invalid starting point

Hello,
I find (local) minimum of 3D function with fmincon, bounds and constraint are given for the solver. If I give a "bad" starting point which ignore bounds and constraint then how does fmincon generate a new one? What is the algorithm/method?
Thanks!

 채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 5월 15일

0 개 추천

This is mentioned in the doc:
Components of x0 that violate the bounds are reset to the interior of the box defined by the bounds. Components that respect the bounds are not changed.

추가 답변 (0개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by