- patternsearch
- fminsearch, if the dimension is not too high
- ga
- simulated annealing
Find the global minimum of a smooth function
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a smooth non-negative function of a parameter theta (attached) which should be minimized with respect to theta; which solver of Matlab derivative-free would you recommend to find the global minimum of that function? At the moment I'm using simulated annealing but it's very slow and I would like to find something more efficient.
댓글 수: 0
채택된 답변
Alan Weiss
2014년 4월 30일
편집: Alan Weiss
2014년 4월 30일
The documentation has recommendations for solvers for nonsmooth problems in the following order (assuming theta is multidimensional):
You may need to start your solver from a variety of initial points to try to locate a global minimum.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!