Metadata-Version: 2.4
Name: StackGP
Version: 0.0.8
Summary: A stack-based genetic programming system
Author-email: Nathan Haut <hautnath@msu.edu>
Project-URL: Homepage, https://github.com/hoolagans/StackGP
Project-URL: Issues, https://github.com/hoolagans/StackGP/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dill
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: sympy
Dynamic: license-file

# StackGP
A stack-based genetic programming system in Python

 

## Publications using StackGP: 

1. Active Learning Improves Performance on Symbolic Regression Tasks in StackGP https://dl.acm.org/doi/10.1145/3520304.3528941 
2. Correlation Versus RMSE Loss Functions in Symbolic Regression Tasks https://link.springer.com/chapter/10.1007/978-981-19-8460-0_2
3. Active Learning Informs Symbolic Regression Model Development in Genetic Programming https://doi.org/10.1145/3583133.3590577 
