Metadata-Version: 1.0
Name: SimpleGP
Version: 0.4
Summary: UNKNOWN
Home-page: https://github.com/marcovirgolin/SimpleGP
Author: Marco Virgolin
Author-email: marco.virgolin@gmail.com
License: The MIT License
Description: # Simple Genetic Programming 
        ### For Symbolic Regression
        This Python 3 code is a simple implementation of genetic programming for symbolic regression, and has been developed for educational purposes.
        
        ## Dependencies
        Numpy. The file `test.py` shows an example of usage, and requires Scikit-learn.
        
        ## Installation
        You can install it with pip using `python3 -m pip install --user simplegp`, or locally by downloading the code and running `python3 setup.py install --user`.
        
Platform: UNKNOWN
