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.
- Host: GitHub
- URL: https://github.com/dsuarezv/particleswarmoptimization
- Owner: dsuarezv
- Created: 2017-03-13T08:31:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T11:15:24.000Z (over 6 years ago)
- Last Synced: 2025-04-24T10:43:19.131Z (about 1 year ago)
- Language: C#
- Size: 72.3 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
