Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSO needs an update #158

Open
CoolRunning opened this issue Apr 4, 2018 · 1 comment
Open

PSO needs an update #158

CoolRunning opened this issue Apr 4, 2018 · 1 comment

Comments

@CoolRunning
Copy link
Collaborator

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

@darioizzo
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants