Metadata-Version: 2.1
Name: fastgplearn
Version: 0.0.3
Summary: Fast fitting formula.
Home-page: https://github.com/boliqq07/fastgplearn
Author: wangchangxin
Author-email: 986798607@qq.com
Maintainer: wangchangxin
License: UNKNOWN
Description: [![Jetbrains](./img.jpg)](https://gitee.com/boliqq07/fastgplearn)
        
        
        [![Python Versions](https://img.shields.io/pypi/pyversions/fastgplearn.svg)](https://pypi.org/project/fastgplearn/)
        [![Version](https://img.shields.io/github/tag/boliqq07/fastgplearn.svg)](https://github.com/boliqq07/releases/latest)
        ![pypi Versions](https://badge.fury.io/py/fastgplearn.svg)
        [![Documentation Status](https://readthedocs.org/projects/fastgplearn/badge/?version=latest)](https://fastgplearn.readthedocs.io/en/latest/?badge=latest)
        
        FastGPLearn
        ------------------------
        Welcome to FastGPLearn.
        
        FastGPLearn implements Genetic Programming in Python, with a scikit-learn inspired and compatible API.
        And the fastgplearn applied the `torch` and `numpy` backend for fast calculated, make it accessible for CUDA.
        
        Featurebox inspired by
        
        [gplearn](https://gplearn.readthedocs.io/en/stable/intro.html),
        [BGP](https://bgp.readthedocs.io/en/latest/index.html),
        
        
        Document
        ----------------------
        [fastgplearn document (English)](https://fastgplearn.readthedocs.io/en/latest/)
        
        [fastgplearn document (Chinese)](https://fastgplearn.readthedocs.io/en/latest/)
        
        Quick Install
        ----------------------
        
        ```bash
        pip install fastgplearn
        ```
        
        License
        ----------------------
        MIT Licence
        
        Contact
        ----------------------
        Developer: boliqq07: 986798607@qq.com
        
        Support
        ----------------------
        [![Jetbrains](./jetbrains.svg)](https://jb.gg/OpenSource)
        
        
        
        
Keywords: genetic programming","symbolic learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
