TODO
note: currently a GNU/Linux machine is required
git clone --recurse-submodules XXX
cd pyfuge/py_fiseval/FISEval
make prepare
make
make test
Follow Get the sources section and do:
python setup.py build
python setup.py install
python setup.py test
Then you can try to run an evolution with:
from pyfuge.evo.examples import evo_cancer
evo_cancer.run_with_simple_evo()