Sponsored Links
-->

Tuesday, December 5, 2017

Tutorial DEAP 2 1 - YouTube
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

Tutorial DEAP Version 2 1 - YouTube
src: i.ytimg.com


References


TUTORIAL Data Envelopment Analysis DEA WINDEAP 2 1 DEAP 2 1 FOR ...
src: i.ytimg.com


External links

  • Official website
  • deap on GitHub

Source of article : Wikipedia