Changing Solver for Global optimization
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a solver called SolvOpt and that's good for solving my nonsmooth and unsconstrained minimization problem, but usually it stops at local minimas. On my computer I have all toolboxes installed, but I want to use some good heuristics, as VNS, already implemented on Matlab to global optmize my particular problem using SolvOpt preferably on parallel. Is there any way to do this?
0 commentaires
Réponse acceptée
Omer N
le 30 Déc 2019
Try looking into Multistart (Global Optimization Toolbox). Or if you run your own code, parfor.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Direct Search dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!