Metadata-Version: 2.0
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
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: joblib
Requires-Dist: scikit-learn[alldeps]
Requires-Dist: scipy


**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


