src: i.ytimg.com
Distributed Evolutionary Algorithms in Python (DEAP) is an evolutionary computation framework for rapid prototyping and testing of ideas . It incorporates the data structures and tools required to implement most common evolutionary computation techniques such as genetic algorithm, genetic programming, evolution strategies, particle swarm optimization, differential evolution, traffic flow and estimation of distribution algorithm. It is developed at Université Laval since 2009.
Video DEAP (software)
Example
The following code gives a quick overview how the Onemax problem optimization with genetic algorithm can be implemented with DEAP.
Maps DEAP (software)
See also
- Python SCOOP (software)
- Free software portal
src: i.ytimg.com
References
src: i.ytimg.com
External links
- Official website
- deap on GitHub
Source of the article : Wikipedia