Particle swarm optimization with ring or von-neumann topology

2 views (last 30 days)
There are several variants of particle swarm optimization, one of which is different topology used for updating particle velocity. I had tried implementing a local-best PSO, in which a particle takes information from a local neighbourhood alone as suggested in several papers. I would like to know if gbest information also needs to be added or what is the appropriate mechanism to implement the same?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!