15class PosT :
public Primitive
30 complementName_ =
"neg";
45 pos = arg > 0 ? arg : 0;
Pos 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.