17typedef boost::shared_ptr<TermMaxGenOp> TermMaxGenOpP;
Termination operator: terminates on a given number of generations.
bool operate(StateP)
perform the designated operation
bool initialize(StateP)
Perform initialization. Called before Operator::operate. By default, if the return value is false,...
void registerParameters(StateP)
Register parameters with the Registry. Called before Operator::initialize.