ECF 1.5
Classes
Symbolic regression (Analytic Programming)

Symbolic regression example - illustration for APGenotype genotype. More...

Classes

class  SymbRegEvalOp
 Symbolic regression evaluation operator (using AP genotype). More...
 

Detailed Description

Symbolic regression example - illustration for APGenotype 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.
genotype parameters (in the config file)
  • set of functions (inner tree nodes)
  • set of terminals (variables and constants, tree leaves)
  • min and max tree depth
  • lbound and ubound for floating point representation in AP genotype