• Main Page
  • Modules
  • Classes
  • Files
  • File List

D:/Projekt/ECF_trunk/examples/CGP/main.cpp

00001 #include <ecf/ECF.h>
00002 #include "FunctionMinEvalOp.h"
00003 
00004 int main(int argc, char **argv)
00005 {
00006     StateP state (new State);
00007 
00008     // set the evaluation operator
00009     state->setEvalOp(new FunctionMinEvalOp);
00010 
00011     state->initialize(argc, argv);
00012     state->run();
00013 
00014 
00015     
00016     return 0;
00017 }

Generated on Thu Jul 10 2014 14:13:40 for ECF by  doxygen 1.7.1