An open API service indexing awesome lists of open source software.

https://github.com/dsuarezv/particleswarmoptimization

A simple visualization tool for the Particle Swarm Optimization algorithm.
https://github.com/dsuarezv/particleswarmoptimization

Last synced: 11 months ago
JSON representation

A simple visualization tool for the Particle Swarm Optimization algorithm.

Awesome Lists containing this project

README

          

Particle Swarm Optimization in C#
=================================

Inspired by the solver code in [this article](https://visualstudiomagazine.com/articles/2013/11/01/particle-swarm-optimization.aspx) 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.

![Screenshot of the viewer in action](/screenshots/01.png)