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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I don't know if this helps, but this paper (quite recent) suggests that the PSO algorithm shouldn't be complicated too much, instead good behavior parameters can be found with a simple meta-optimization technique which is also described.

link|improve this answer
feedback

For the first question, I think it does not matter.. PSO does not guarantee to converge anyway...

So you must not be that cautious for making such small decisions in this context..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.