Skip to main content

A fast differential evolution module

Project description

https://api.shippable.com/projects/54294a2980088cee586cfc7d/badge?branchName=master Latest Version

PyFDE is an implementation of differential evolution for Python 3. Its main focus is ease of use and performance. The core optimization procedure was implemented in Cython for performance.

Currently, it implements the classic DE/rand/1/bin scheme and the JADE variant. pyfde also provides a fast random number generator.

The documentation is available at http://pythonhosted.org/PyFDE .

Installation

To install PyFDE from the source package, run:

python setup.py install

PyFDE targets Python 3.4 and depends on NumPy at compile/run time. Cython is only needed when changing the library itself (needed for generating the C modules). Optionally, one can implement the fitness function in Cython for performance too.

Contribute

License

The project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyFDE-1.2.0.tar.gz (325.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page