Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 288 Bytes

File metadata and controls

13 lines (12 loc) · 288 Bytes

OneMaxProblem

This simple script is an example of genetic algorithm application to One Max Problem.

Requirements

You have to install deap framework:

pip3 install deap

Notes:

This script is compatible with python3 so you have to run with

python3 oneMaxProblem.py