https://github.com/makism/particles
particles ~ gbest and lbest Particle Swarm Optimization (PSO) ✨🌟🌠
https://github.com/makism/particles
gbest lbest optimization-algorithms pso python swarm
Last synced: over 1 year ago
JSON representation
particles ~ gbest and lbest Particle Swarm Optimization (PSO) ✨🌟🌠
- Host: GitHub
- URL: https://github.com/makism/particles
- Owner: makism
- License: mit
- Created: 2019-02-04T07:49:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T21:22:58.000Z (over 4 years ago)
- Last Synced: 2025-03-08T19:05:59.020Z (over 1 year ago)
- Topics: gbest, lbest, optimization-algorithms, pso, python, swarm
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
particles ✨🌟🌠
> _Probably the best (wink, pun intended) thing that has happened to GitHub_ [paid reviewer #1]
> _The emojis are a huge plus!_ [paid reviewer #2]
A gbest (and lbest in the future) particle swarm optimization (pso) demo code for python.
For now, there is some demo code, with visualization. Hopefully it's gonna turn into a proper module.
| References |
|-----|
| [Kennedy, J., & Eberhart, R. (1995, November). Particle swarm optimization. In Proceedings of ICNN'95-International Conference on Neural Networks (Vol. 4, pp. 1942-1948). IEEE.](https://ieeexplore.ieee.org/document/488968) |