Pycgp
Python implementation of Cartesian Genetic Programming
Install / Use
/learn @Jarino/PycgpREADME
PyCGP, Cartesian Genetic Programming in Python
Installation
Using pipenv for virtual environment.
Clone the repository :
git clone https://github.com/Jarino/pycgp.git
cd pycgp
Install in virtual environment
pipenv install
pipenv shell
make test
make develop
Install system wide
pipenv install --system
make test
make develop
Usage
For now, see example notebooks.
