Python bindings for eggp.
ggp (e-graph genetic programming), follows the same structure as the traditional GP. The initial population is created using ramped half-and-half respecting a maximum size and maximum depth parameter and, for a number of generations, it will choose two parents using tournament selection, apply the subtree crossover with probability
How to install the package:
pip install pyeggp
The bindings were created following the amazing example written by wenkokke