Simple implementation of Cartesian Genetic Programming approach. The core CGP classes doesn't depend on any third party libraries and uses pure Python loops for evolution (it can be slow, when solving most of applied problems).
git clone https://github.com/scidam/cgp.gitpytest and pytest-cov should be installed to run tests.
cd cgp
pytestRun pi approximation example:
cd src
python -m examples.example_piRun symbolic regression example:
cd src
python -m examples.example_symDmitry Kislov <kislov@easydan.com>