1#ifndef TermStagnationOp_H
2#define TermStagnationOp_H
17typedef boost::shared_ptr<TermStagnationOp> TermStagnationOpP;
Termination operator: terminates when no improvement occurs in best individual for a given number of ...
void registerParameters(StateP)
Register parameters with the Registry. Called before Operator::initialize.
bool operate(StateP)
perform the designated operation
bool initialize(StateP)
Perform initialization. Called before Operator::operate. By default, if the return value is false,...