pyswarm

Particle swarm optimization (PSO) with constraint support


Keywords
PSO, particle, swarm, optimization, python
License
BSD-3-Clause
Install
pip install pyswarm==0.6

Documentation

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:

  1. The BSD License
  2. Any other that the author approves (just ask!)

References