pagmo2 icon indicating copy to clipboard operation
pagmo2 copied to clipboard

PSO needs an update

Open CoolRunning opened this issue 7 years ago • 1 comments
trafficstars

The current (default) implementation of PSO in pagmo is from 2007 and is no longer up to date. The PSO community has a reference implementation for benchmarking purposes (SPSO2011) which should become a new variant in pagmo.

Standard Particle Swarm Optimisation 2011 at CEC-2013: A baseline for future PSO improvements

CoolRunning avatar Apr 04 '18 07:04 CoolRunning

Would not say the SPSO2011 is an update to what we have in pagmo. PSO in pagmo offers several features that the SPSO does not have.

Still it would be nice to have SPSO2011 in pagmo. The C code is here: https://www.particleswarm.info/standard_pso_2011_c.zip

darioizzo avatar Apr 04 '18 11:04 darioizzo