• Main Page
  • Classes
  • Files
  • File List

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

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

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