Wednesday, August 10, 2011

Particle Swarm Optimization

Particle swarm optimization is an (AI) technique that can be used to find approximate solutions to numeric maximization and minimization problems. A version of it is described in this article

http://msdn.microsoft.com/en-us/magazine/hh335067.aspx

and code sample

http://archive.msdn.microsoft.com/mag201108PSO/Release/ProjectReleases.aspx?ReleaseId=569


You only need the free edition of Visual Studio 2010 (the Express Edition) to compile and run this code.

No comments:

Post a Comment