984 B
| title | chunk | source | category | tags | date_saved | instance |
|---|---|---|---|---|---|---|
| DEAP (software) | 1/1 | https://en.wikipedia.org/wiki/DEAP_(software) | reference | science, encyclopedia | 2026-05-05T10:11:02.887423+00:00 | kb-cron |
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.
== Example == The following code gives a quick overview how the Onemax problem optimization with genetic algorithm can be implemented with DEAP.
== See also == Python SCOOP (software) Free software portal
== References ==
== External links == Official website deap on GitHub