8 std::string logfilename;
9 SchedulingEvalOpP testEvalOp;
20 ECF_LOG(state, 3,
"Best in " + uint2str(state->getGenerationNo()));
21 IndividualP bestInd = state->getPopulation()->getHof()->getBest().at(0);
22 ECF_LOG(state, 3, bestInd->toString());
bool operate(StateP state)
perform the designated operation
bool initialize(StateP state)
Perform initialization. Called before Operator::operate. By default, if the return value is false,...