Best global optimization solver for a logistic function form

3 Ansichten (letzte 30 Tage)
MJ
MJ am 3 Mai 2014
Beantwortet: Alan Weiss am 5 Mai 2014
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?

Akzeptierte Antwort

Alan Weiss
Alan Weiss am 5 Mai 2014
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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by