Preply — Study more efficiently by working with a personal tutor. Get 50% off.Affiliate

Wikipedia

DEAP (software)

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

Tags

  • Evolutionary computation
  • Free science software
  • Python (programming language) scientific libraries