Particle swarm solver not available in Global Optimization Toolbox
Afficher commentaires plus anciens
I know we should not use app for these as it is going to be removed in future, but I just wanted to try it once.
I have Global Optimization Toolbox installed but still around 5 solvers are missing in it.
Will reinstalling the toolbox work?
TIA
4 commentaires
Ameer Hamza
le 13 Nov 2020
It is not possible to install R2020b toolbox on R2019b. Do you have the toolbox installed? You can check it by running
ver globaloptim
If it shows a warning, it means that the toolbox is not installed.
SURBHI GOEL
le 13 Nov 2020
Ameer Hamza
le 13 Nov 2020
Are you not able to use particleswarm function? What is the error? What is the output of
which particleswarm
SURBHI GOEL
le 13 Nov 2020
Modifié(e) : SURBHI GOEL
le 13 Nov 2020
Réponse acceptée
Plus de réponses (1)
Ameer Hamza
le 14 Nov 2020
Modifié(e) : Ameer Hamza
le 14 Nov 2020
0 votes
If you read the description on the documentation page: https://www.mathworks.com/help/optim/ug/optimtool.html you can see that particleswarm is not available in the optimization app. You will need to write the code to use particle swarm.
1 commentaire
SURBHI GOEL
le 14 Nov 2020
Catégories
En savoir plus sur Surrogate Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
