1#ifndef FUNCTIONMINEVALOP_H_
2#define FUNCTIONMINEVALOP_H_
43typedef boost::shared_ptr<FunctionMinEvalOp> FunctionMinEvalOpP;
Function minimization evaluation class.
FitnessP evaluate(IndividualP individual)
Evaluate a single individual. Method must create and return a Fitness object.
uint iFunction_
function index
void registerParameters(StateP)
Register evaluator parameters. Called before EvaluateOp::initialize method.
bool initialize(StateP)
Initialize the evaluator. Called before first evaluation occurs.