I am working on an optimization problem which has 60 optimization variables to get minimum objective function. which solver would be best for this problem? right now I am using multistart with fmincon.
显示 更早的评论
The objective function is to minimize variance of displacement which is a nonlinear function.
回答(1 个)
Alan Weiss
2021-3-11
2 个投票
If your problem is smooth and you are looking for a global minimum, then those sound like the right choices, See Table for Choosing a Solver.
Alan Weiss
MATLAB mathematical toolbox documentation
类别
在 帮助中心 和 File Exchange 中查找有关 Global or Multiple Starting Point Search 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!