Particle Swarm Optimization in C#
Inspired by the solver code in this article by James Caffrey. I refactored the solver and added the UI so it's easier to see what's happening, at least in 2D functions.
A simple visualization tool for the Particle Swarm Optimization algorithm.
C#
Inspired by the solver code in this article by James Caffrey. I refactored the solver and added the UI so it's easier to see what's happening, at least in 2D functions.