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

D:/Projekt/ECF_trunk/ECF/floatingpoint/floatingpoint/FloatingPointCrsOnePoint.h

00001 #ifndef FLOATINGPOINTCRSONEPOINT_H_
00002 #define FLOATINGPOINTCRSONEPOINT_H_
00003 
00004 
00005 namespace FloatingPoint
00006 {
00007 
00013 class FloatingPointCrsOnePoint: public CrossoverOp 
00014 {
00015 public:
00016     bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
00017     bool initialize(StateP);
00018     void registerParameters(StateP);
00019 };
00020 typedef boost::shared_ptr<FloatingPointCrsOnePoint> FloatingPointCrsOnePointP;
00021 }
00022 #endif /* FLOATINGPOINTCRSONEPOINT_H_ */
00023 

Generated on Tue Jul 2 2013 10:51:47 for ECF by  doxygen 1.7.1