This repository is to study Deap library in comparation with Pythoneo
To run this, install dependences:
pip install -r requirements.txt
preffixed by sudo
if needed.
python bitflip.py <numpy/lists> [native]
Arguments:
[native]: if you add this param, you will run the benchmark using native bitflip. Else, you will run a bitflip that only changes one bit.
python onemax.py [numpy]
Arguments:
python xover.py [numpy]
Arguments: