Best global optimization solver for a logistic function form

3 views (last 30 days)
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?

Accepted Answer

Alan Weiss
Alan Weiss on 5 May 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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!