Top

cgpy module

Module variables

var name

Sub-modules

cgpy.cgp

CGP stands for Cartesian Genetic Programming, and is a network that represents a function. It's really nice. Google it!

It is defined by a gene and an operation table. The operation table is a list of mathematical operations (for example [+, -, *, cos]). The gene consists of n nodes and an ouput ...