How to implement a pso tunning for a function ?
Mostrar comentarios más antiguos
Hi! I'm starting to study pso and still remained some details I don't get how they work. I know that pso is a stochastic and heuristic AI method and that simuletes a set of particles travelling in a number of dimensions to find the maximums or the minimums of a function. How could I tune a set of constants of a function using pso?
Let's suppose the function is :
V = A + B/x + C*x;
Where A, B and C are constants and x is a variable.
How could I tune A, B and C using pso (conceptually speaking)?
Respuestas (1)
Alan Weiss
el 30 de En. de 2017
0 votos
Well, if you have Global Optimization Toolbox release 2014b or later, you can look at the documentation for examples and explanations of how the algorithm works.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Particle Swarm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!