Particle swarm solver not available in Global Optimization Toolbox
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
SURBHI GOEL
el 13 de Nov. de 2020
Comentada: SURBHI GOEL
el 19 de Nov. de 2020
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 comentarios
Ameer Hamza
el 13 de Nov. de 2020
Are you not able to use particleswarm function? What is the error? What is the output of
which particleswarm
Respuesta aceptada
Steve Grikschat
el 14 de Nov. de 2020
Hi,
Optimtool did not support all of the solvers in Optimization and Global Optimization Toolboxes.
If you have installed or have access to R2020b, we've introduced a new UI that has the newer solvers including particleswarm.
3 comentarios
Steve Grikschat
el 19 de Nov. de 2020
Do you have R2020b? That's when the Optimize task was released.
Más respuestas (1)
Ameer Hamza
el 14 de Nov. de 2020
Editada: Ameer Hamza
el 14 de Nov. de 2020
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.
Ver también
Categorías
Más información sobre Particle Swarm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!