fminbnd got stock in local minimum: can global search deal with the problem defined by cases?

조회 수: 6 (최근 30일)
I plot the value of a function over the possible values and also run fminbnd. I find out that fminbud got stuck in a local minimum. As a next step I would consider global optimization toolbox. Can they handle function defined by cases?

채택된 답변

Alan Stevens
Alan Stevens 2020년 8월 5일
Narrow the allowed search interval. If you've plotted the function you should be able to get a good idea of where the global minimum lies.
  댓글 수: 3
Alan Stevens
Alan Stevens 2020년 8월 5일
Perhaps. I've no knowledge of patternsearch so can't really comment. An alternative might be to adopt something like a particle swarm optimisation (PSO) approach, for which there are several routines to be found in the File Exchange.

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

추가 답변 (1개)

Walter Roberson
Walter Roberson 2020년 8월 5일
편집: Walter Roberson 2020년 8월 5일
fminbnd() cannot handle functions defined by cases. None of the functions in the Optimization toolbox can: they all depend upon the function having continuous first derivatives (an some of them depend upon the function also having continuous second derivatives.)
The optimization functions that can work on functions that are defined by cases are: ga(), gamultiobj(), patternsearch(), particleswarm(), simulannealbnd()

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by