Search code examples
c++particle-swarm

Particle Swarm Optimization in C++


I need to implement the PSO algorithm in C++. Is there any C++ library I can use to start with?


Solution

  • Particleswarm.info hosts a good PSO toolbox repository.