LGPy

A Linear Genetic Programming Library


License
GPL-3.0
Install
pip install LGPy==1.0.2

Documentation

LGPy

LGPy is a linear genetic programming library implemented in Python to evolve problems. In linear programming, a sequence of assembly-like instructions dictates the flow of a program. Each hardware in LGPy contains a set of instructions and a memory buffer that acts as its program.

Installing

pip install LGPy

Examples

Located in: LGPy/Examples/

python3 even_odd.py

Authors

  • NateRiz

Acknowledgements