ShuhuaGao / geppy

A framework for gene expression programming (an evolutionary algorithm) in Python
https://geppy.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
208 stars 76 forks source link

Improved Symbolic Regression examples #46

Closed minkymorgan closed 1 year ago

minkymorgan commented 1 year ago

Included in this pull request are two new symbolic regression examples, that make it easier to run your own symbolic regression using your own tabular datasets. They are far more better than the older ones I had created.

v1.0.0_YourSymbolicRegression-Master.ipynb v1.0.3_YourSymbolicRegression-Multidemic.ipynb

The first notebook will walk you step by step through a mostly automated process pointing out where and what to configure. The second notebook includes code to run a Multidemic version of the training, to test Island-Migration evolution models.

Extra features found in this update are mainly in the notebooks, but include:

Defaults included are fairly good, and it should do well with minimal adjustment, apart from giving it new data.

ShuhuaGao commented 1 year ago

many thanks.