|
|
|
Description |
Genetic Programming as strictly-evaluated s-expressions
|
|
Synopsis |
|
|
|
Documentation |
|
|
An operator in the syntax tree of the GP
| Constructors | Op | | callback :: [a] -> State s a | The function for evaluating this node
| arity :: Int | The number of children of this node
| name :: String | The name of the node when shown
|
|
| Instances | |
|
|
|
A node in the syntax tree of the GP
| Constructors | | Instances | |
|
|
|
Calculates fitness based on the mean square error across a list of examples
The examples are a list of tuples of (inputs state, correct output)
|
|
mutate |
|
|
Statefully evaluates a given GP
|
|
random |
|
config |
|
Produced by Haddock version 2.4.2 |