00001 00019 #ifndef _FUNCEC08_H 00020 00021 #define _FUNCEC08_H 1 00022 00023 #include <realea/common/real.h> 00024 #include <string> 00025 00031 void init_cec2008(int func_number); 00032 00038 double eval_cec2008(const tGen *x, int dim); 00039 00040 00041 void getInfo_cec2008(unsigned fun, string &name, double &min, double &max, double &optime); 00042 00048 void finish_cec2008(void); 00049 00050 #endif