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

D:/Projekt/ECF_trunk/examples/GAFunctionMin/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     return 0;
00015 }

Generated on Thu Jul 12 2012 14:42:30 for ECF by  doxygen 1.7.1