Class Summary |
AbstractAntTerminal |
|
Ant |
Provides an example ant problem using genetic programming. |
AntContext |
State variables: x - ant x position y - ant y position heading - ant heading
[north,east,south,west] t - time food - number of food pellets consumed |
Grid |
Provides a grid for the artificial ant problem. |
IfFoodAheadFunction |
Provides a function to determine if there is food in the cell ahead of the
ant. |
LeftTerminal |
Provides a left terminal for the ant example. |
MoveTerminal |
Provides a move terminal for the ant example. |
RightTerminal |
Provides a right terminal for the ant example. |