00001 #ifndef FUNCTIONMINEVALOP_H_ 00002 #define FUNCTIONMINEVALOP_H_ 00003 00004 #include <cmath> 00005 00006 00011 class FunctionMinEvalOp : public EvaluateOp 00012 { 00013 public: 00014 FitnessP evaluate(IndividualP individual); 00015 }; 00016 typedef boost::shared_ptr<FunctionMinEvalOp> FunctionMinEvalOpP; 00017 00018 #endif /* FUNCTIONMINEVALOP_H_ */
1.7.1