Metadata-Version: 2.1
Name: BindingGP
Version: 0.0.24
Summary: This is for symbolic regression.Some of code are non-originality, just copy for use. All the referenced code are marked,details can be shown in their sources
Home-page: https://github.com/boliqq07/bgp
Author: wangchangxin
Author-email: 986798607@qq.com
Maintainer: wangchangxin
License: UNKNOWN
Description: <div align="center">
          <img alt="BGP" src="https://github.com/MGEdata/bgp/blob/master/img.jpg?raw=true">
        </div>
        
        [![Python Versions](https://img.shields.io/pypi/pyversions/bindinggp.svg)](https://pypi.org/project/bindinggp/)
        [![Version](https://img.shields.io/github/tag/MGEdata/bgp.svg)](https://github.com/MGEdata/bgp/releases/latest)
        ![pypi Versions](https://badge.fury.io/py/BindingGP.svg)
        
        
        BGP
        ----------------------
        Welcome to BGP.
        
        BGP (Binding Genetic Programming) is a open python library that implements a comprehensive set of symbolic regression tools for materials informatics.
        
        This tool contains a symbol regression tool with dimension calculation,
        which is aimed at establish expressions with physical limitation.
        
        BGP inspired by:
        
          [XenonPy](https://github.com/yoshida-lab/XenonPy),
          [matminer](https://hackingmaterials.github.io/matminer/ ),
          [deap](https://github.com/DEAP/deap),
          [sympy](https://www.sympy.org/en/index.html)
        
        Quick Install
        ----------------------
        ```bash
        pip install BindingGP
        ```
        
        Document
        ----------------------
        The usage of this package and **install** deatils are collected in BGP document.
        
        Turn to [BGP document](https://bgp.readthedocs.io/en/latest/) for more details.
        
        License
        ----------------------
        GNU LGPL-3.0 License
        
        
        
        
        
Keywords: symbolic regression
Platform: Windows
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
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
