HSGEP-0.1.0: Gene Expression Programming evolutionary algorithm in HaskellSource codeContentsIndex
GEP.Examples.Regression.ArithmeticIndividual
Description

Code for individuals representing arithmetic expressions. This is used most frequently for regression applications.

Author: mjsottile@computer.org

Documentation
express_individual :: Individual -> Genome -> AINodeSource
evaluate :: AINode -> AISymTable -> DoubleSource
fitness_evaluate_absolute :: AINode -> AISymTable -> Double -> Double -> DoubleSource
fitness_evaluate_relative :: AINode -> AISymTable -> Double -> Double -> DoubleSource
evaluate_nodes :: [AINode] -> AISymTable -> [Double]Source
infixWalker :: AINode -> StringSource
aiToGraphviz :: AINode -> [String]Source
dumpDotFile :: Maybe String -> AINode -> IO ()Source
Produced by Haddock version 2.6.1