フィルターのクリア

Find the global minimum of a smooth function

2 ビュー (過去 30 日間)
MRC
MRC 2014 年 4 月 28 日
編集済み: Alan Weiss 2014 年 4 月 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.

採用された回答

Alan Weiss
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):
  1. patternsearch
  2. fminsearch, if the dimension is not too high
  3. ga
  4. simulated annealing
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 件)

カテゴリ

Help Center および File ExchangeDirect Search についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by