Metadata-Version: 1.1
Name: cartesian
Version: 0.1.0
Summary: Minimal cartesian genetic programming for symbolic regression.
Home-page: https://github.com/ohjeah/cartesian
Author: Markus Quade
Author-email: info@markusqua.de
License: MIT
Description: 
        **cartesian**: is a lightweight implementation of Cartesian genetic programming with symbolic regression in mind.
        
         [![](https://travis-ci.org/Ohjeah/sparsereg.svg?branch=master)](https://travis-ci.org/Ohjeah/sparsereg) [![](https://codecov.io/gh/Ohjeah/cartesian/branch/master/graph/badge.svg)](https://codecov.io/gh/Ohjeah/cartesian) [![PyPI](https://img.shields.io/pypi/v/cartesian.svg)](https://pypi.python.org/pypi/cartesian)
        
        ***
        
        It is meant to be used in conjunction with [deap](https://github.com/DEAP/deap) or [glyph](https://github.com/Ambrosys/glyph).
        
        The basic components are provided:
        - data structure
        - 1+4 Algorithm
        - symbolic, ephemeral and structured constants
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
