Particle swarm optimization (PSO) with constraint support
The pyswarm
package is a gradient-free, evolutionary optimization package
for python that supports constraints.
What's New
This release features multiprocessing support.
Requirements
- NumPy
Installation and download
See the package homepage for helpful hints relating to downloading and installing pyswarm.
Source Code
The latest, bleeding-edge, but working, code and documentation source are available on GitHub.
Contact
Any feedback, questions, bug reports, or success stores should be sent to the author. I'd love to hear from you!
License
This package is provided under two licenses:
- The BSD License
- Any other that the author approves (just ask!)
References
- Particle swarm optimization on Wikipedia