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

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

00001 #ifndef FLOATINGPOINTCRSSBX_H_
00002 #define FLOATINGPOINTCRSSBX_H_
00003 
00004 #include "FloatingPoint.h"
00005 
00006 
00007 namespace FloatingPoint
00008 {
00009 
00015 class FloatingPointCrsSbx: public CrossoverOp
00016 {
00017 public:
00018     bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
00019     bool initialize(StateP);
00020     void registerParameters(StateP);
00021 
00022     uint ni;
00023 };
00024 typedef boost::shared_ptr<FloatingPointCrsSbx> FloatingPointCrsSbxP;
00025 }
00026 #endif /* FLOATINGPOINTCRSSBX_H_ */
00027 

Generated on Tue Nov 4 2014 13:04:31 for ECF by  doxygen 1.7.1