geppy package

Module contents

The geppy package supports gene expression programming in Python.

Tip

For convenience of usage, all APIs have been imported into the top-level package geppy and can be used with the short form geppy.API directly. For example, simply use geppy.Chromosome as an alias of the class geppy.core.entity.Chromosome and geppy.invert as the alias of the function geppy.tools.mutation.invert().