3

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

Bob
  • 10,741
  • 27
  • 89
  • 143

1 Answers1

6

Particleswarm.info hosts a good PSO toolbox repository.

fsenart
  • 5,661
  • 2
  • 35
  • 54