File: README.txt

package info (click to toggle)
deap 1.0.1-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,784 kB
  • ctags: 1,036
  • sloc: python: 6,905; cpp: 482; makefile: 80; sh: 8
file content (9 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
DEAP stands for Distributed Evolutionary Algorithm in Python, it is dedicated to people who
wish to learn how to use evolutionary algorithms and to those who wish to
rediscover evolutionary algorithms. DEAP is the proof that evolutionary 
algorithms do **not** need to be neither complex or complicated.

DEAP is a novel evolutionary computation framework for rapid prototyping and testing 
of ideas. It seeks to make algorithms explicit and data structures transparent. It 
works in perfect harmony with parallelisation mechanism such as multiprocessing 
and SCOOP (http://scoop.googlecode.com/).