Fminsearch high dimensional optimization (Excessive "Reflect" in procedure)
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I am currently trying to optimize a fairly high dimensional nonlinear objective function (n=25 to 35) using the nelder meade method-fminsearch.
As I am running the program there are excessive "reflect" procedures (very rare "contract") in each iteration which is causing the iteration to max out without convergence.
Would anyone have any tips with regards to this problem? I've tried loosening the tolerances (TolX=1e-2 TolFun=1e-3) with no luck.
Lastly, using a gradient based algorithm would be not feasible in my case because i have a need to numerically compute the gradient that is quite large.
Any help would be appreciated.
Thanks!
0 个评论
回答(2 个)
John D'Errico
2012-4-7
Tip? Using fminsearch on a function with 25-35 variables is a fool's task. Sorry, but it is. Don't shoot the messenger. That it is having problems is a reflection of that fact.
0 个评论
Sargondjani
2012-4-7
im facing a similar problem, and im looking into the global optimization toolbox. patternsearch or the genetic algorithm might be helpful
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!