Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 1.94 KB

index.rst

File metadata and controls

75 lines (56 loc) · 1.94 KB

_static/deap_long.png

DEAP documentation

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. The following documentation presents the key concepts and many features to build your own evolutions.

Getting Help

Having trouble? We’d like to help!

.. toctree::
  :hidden:

  overview
  installation
  porting
  tutorials/basic/part1
  tutorials/basic/part2
  tutorials/basic/part3
  tutorials/basic/part4
  tutorials/advanced/gp
  tutorials/advanced/checkpoint
  tutorials/advanced/constraints
  tutorials/advanced/benchmarking
  tutorials/advanced/numpy
  examples/index
  api/index
  releases
  contributing
  about