资 源 简 介
ECsPy Has Been Deprecated; Use inspyred Instead
As of April 3, 2012, ECsPy has been deprecated. New users should instead use the inspyred library, available on PyPI or at http://inspyred.github.com. ECsPy will no longer be maintained.
ECsPy (Evolutionary Computations in Python) is a free, open source framework for
creating evolutionary computations in Python. Additionally, ECsPy
provides an easy-to-use canonical genetic algorithm (GA), evolution
strategy (ES), estimation of distribution algorithm (EDA), differential
evolution algorithm (DEA), and particle swarm optimizer (PSO) for users
who don"t need much customization. The full documentation can be found at http://packages.python.org/ecspy/.
Requirements
Requires at least Python 2.6 (not compatible with Python 3+).
Numpy and Matplotlib are required if the line plot observer is used.
Parallel Python (pp) is required if parallel_evaluation_pp is used.