how can we obtain the golobal minimum? in case nonconvex optimization using fmincon.

조회 수: 9 (최근 30일)
in case our constraint functions are nonconvex how can we obtain the global minimun using fmincon?

채택된 답변

Walter Roberson
Walter Roberson 2015년 6월 19일
If you need a global minima, then fmincon() is usually the wrong routine to use. fmincon() is a local minimizer. There are certain kinds of functions for which it will find the global minimum within the constraints, but not generally. If there is any location inside the constrained area where the partial derivatives are all nearly 0 then fmincon() may find that location even if the global minimum seems "obvious".
  댓글 수: 2
Chantrea Lean
Chantrea Lean 2015년 6월 20일
thank you very much for your reply.So is there other methods to find the global minimum then?
Walter Roberson
Walter Roberson 2015년 6월 20일
There is no known algorithm that is guaranteed to find the global minimum of an arbitrary function. There are some functions that can be analyzed to find a global minimum, but many cannot.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by