C/C++ Freeglut Particle Swarm Optimization
GPSO is a simple Particle Swarm Algorithm with a GLUT graphics interface. Code can be adapted for different Optimization problems. Default is Holders Table.
Requirements :
MinGW (Windows only) Freeglut Version > 2.8
Install :
g++ -o gpso glutpso.cc swarms.cc -lopengl32 -lfreeglut -lglu32
Use Right Click Menu to control gpso - press RESET to cycle through some Test Functions