Quantum PSO and Charged PSO (PSO = Particle Swarm Optimizer)

Posted by The Elite Gentleman on Stack Overflow See other posts from Stack Overflow or by The Elite Gentleman
Published on 2010-03-08T22:03:45Z Indexed on 2010/03/08 22:06 UTC
Read the original article Hit count: 347

Hi Guys

I need to implement PSO's (namely charged and quantum PSO's). My questions are these:

  • What Velocity Update strategy do each PSO's use (Synchronous or Asynchronous particle update)
  • What social networking topology does each of the PSO's use (Von Neumann, Ring, Star, Wheel, Pyramid, Four Clusters)

For now, these are my issues. All your help will be appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about artificial-intelligence

Related posts about programming