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

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

00001 #ifndef BINARYCRSNONGEOMETRIC_H_
00002 #define BINARYCRSNONGEOMETRIC_H_
00003 
00004 #include "Binary.h"
00005 
00006 namespace Binary
00007 {
00008 
00009 
00013 class BinaryCrsNonGeometric: 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<BinaryCrsNonGeometric> BinaryCrsNonGeometricP;
00021 }
00022 
00023 #endif /* BINARYCRSNONGEOMETRIC_H_ */
00024 

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