• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/SelBestOp.h

00001 #ifndef SELBESTOP_H_
00002 #define SELBESTOP_H_
00003 
00004 #include "SelectionOperator.h"
00005 
00009 class SelBestOp: public SelectionOperator {
00010 public:
00011     bool initialize(StateP);
00012     IndividualP select(const std::vector<IndividualP>&);
00013 };
00014 
00015 typedef boost::shared_ptr<SelBestOp> SelBestOpP;
00016 
00017 #endif /* SELBESTOP_H_ */
00018 

Generated on Wed Sep 1 2010 14:31:21 for ECF by  doxygen 1.7.1