ECF 1.7
Symbolic regression with Cartesian Genetic Programming (CGP)

CGP symbolic regression example - illustration for Cartesian genotype. More...

Classes

class  CGPSymbRegEvalOp
 CGP symbolic regression evaluation operator. More...

Detailed Description

CGP symbolic regression example - illustration for Cartesian genotype.

Description
The objective is to find a symbolic form of an unknown function (i.e. find a mapping between the given set of input and output values). The fitness is defined with total error for the given set of output values.
Cartesian genotype parameters (in the config file)
  • set of functions
  • set of terminals (input variables and constants)
  • genotype dimensions (rows, columns)