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

D:/Projekt/ECF_trunk/ECF/binary/BinaryCrsHalfUniform.h

00001 #ifndef BINARYHALFUNIFORMCRS_H_
00002 #define BINARYHALFUNIFORMCRS_H_
00003 
00004 
00005 namespace Binary
00006 {
00007 
00012 class BinaryCrsHalfUniform: 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<BinaryCrsHalfUniform> BinaryCrsHalfUniformP;
00020 }
00021 
00022 #endif /* BINARYHALFUNIFORMCRS_H_ */
00023 

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