Skip to content

Python wrapper for Cartesian Genetic Programming library

Notifications You must be signed in to change notification settings

Jarino/cgp-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python wrapper for Cartesian Genetic Programming

Note: still in development.

Python wrapper for CGP-Library written in C. Wrapper is written in Cython and provides a scikit-learn like interface. Requires the CGP-Library to be installed in the system.

Install

Download and run:

make cython

Or directly:

python setup.py build_ext --inplace

Local deploy:

make deploy_local

Test

Depends on pytest library. To run test suite:

make test

Or directly:

pytest

Usage

WIP

About

Python wrapper for Cartesian Genetic Programming library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published