Home

Awesome

glyph - symbolic regression tools

Build
Status Documentation Status PyPI
version codecov

PythonVersion Licence DOI DOI

glyph is a python 3 library based on deap providing abstraction layers for symbolic regression problems.

It comes with batteries included:

glyph also includes a plug and play command line application glyph-remote which lets non-domain experts apply symbolic regression to their optimization tasks.

Installation

Glyph is a python 3.6+ only package.

You can install the latest stable version from PyPI with pip

pip install pyglyph

or get the bleeding edge

pip install git+git://github.com/ambrosys/glyph.git#egg=glyph

Documentation

The online documentation is available at glyph.readthedocs.io.

Bugs, feature requests, contributions

Please use the issue tracker. For contributions have a look at out contribution guide.