15class MaxT :
public Primitive
30 complementName_ =
"min";
46 max = std::max(first, second);
Max function primitive (Tree genotype).
void execute(void *result, Tree &tree)
Execute the primitive.
void getNextArgument(void *result, Tree &tree)
Execute next child node's primitive (execute next subtree).
Tree class - implements genotype as a tree.