Artificial ant evaluation class (and environment simulator)
void moveAhead()
Move ant ahead.
GP terminal, moves the ant one square ahead.
void execute(void *evalOp, Tree::Tree &tree)
Execute the primitive.
Base primitive class (Tree genotype).
Tree class - implements genotype as a tree.