Best global optimization solver for a logistic function form

3 ビュー (過去 30 日間)
MJ
MJ 2014 年 5 月 3 日
回答済み: Alan Weiss 2014 年 5 月 5 日
My objective function has a logistic form and I'm trying to find a good solver to minimize it. I've tried fmincon, fminunc, ga, patternsearch, and simulannealbnd. fmin types of algorithms don't seem to be good options, (I guess because the derivation is not easy to estimate in my obj function). But patternsearch and simulannealbnd seem to be working, however they easily fall in trap of local optimum points. Any idea how to deal with this problem?

採用された回答

Alan Weiss
Alan Weiss 2014 年 5 月 5 日
The documentation has some suggestions on searching for a better minimum. It also has suggestions on optimizing a simultion or ODE, which might be relevant for you (using larger finite differences in fmincon or fminunc).
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurrogate Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by