How to Install python3-deap in Ubuntu 18.04



Install python3-deap by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-deap

Description:

Distributed Evolutionary Algorithms in Python3

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 Python3.

Homepage: http://deap.gel.ulaval.ca/doc/default/

Version: 1.0.2.post2-5

Section: universe/python