00001 #ifndef BitStringCrsOnePoint_h
00002 #define BitStringCrsOnePoint_h
00003
00004 #include "BitString.h"
00005
00006 namespace BitString
00007 {
00008
00012 class BitStringCrsOnePoint : public CrossoverOp
00013 {
00014 public:
00015 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
00016 bool initialize(StateP);
00017 void registerParameters(StateP);
00018 };
00019 typedef boost::shared_ptr<BitStringCrsOnePoint> BitStrCrsOnePointP;
00020 }
00021 #endif // BitStringCrsOnePoint_h
00022