17typedef boost::shared_ptr<TermMaxEvalOp> TermMaxEvalOpP;
Termination operator: terminates on a given number of fitness evaluations.
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.
bool operate(StateP)
perform the designated operation