python-deap

Distributed Evolutionary Algorithms in Python
  http://deap.gel.ulaval.ca/doc/default/
  0
  no reviews



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.

This package contains the modules for Python.