Python 3 code for 2SEGP, which was proposed in:
Virgolin, Marco. "Simple Simultaneous Ensemble Learning in Genetic Programming." arXiv preprint arXiv:2009.06037 (2020).
https://arxiv.org/abs/2009.06037
Run pip install .
from inside this folder.
Requires numpy >= 1.16.1
, scikit-learn >= 0.20.0
, simplegp >= 0.9.5
.