32 std::vector<double> domain;
33 std::vector<double> codomain;
36typedef boost::shared_ptr<SymbRegEvalOp> SymbRegEvalOpP;
Symbolic regression evaluation operator (using AP genotype).
FitnessP evaluate(IndividualP individual)
Evaluate a single individual. Method must create and return a Fitness object.
bool initialize(StateP)
Initialize the evaluator. Called before first evaluation occurs.