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

D:/Projekt/ECF_trunk/ECF/permutation/PermutationCrsOX2.h

00001 #ifndef PERMUTATIONCRSOX2_H
00002 #define PERMUTATIONCRSOX2_H
00003 
00004 #include "Permutation.h"
00005 
00006 
00007 namespace Permutation
00008 {
00009 
00013 class PermutationCrsOX2 : 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<PermutationCrsOX2> PermutationCrsOX2P;
00021 }
00022 #endif //PERMUTATIONCRSOX2_H

Generated on Sat Jul 12 2014 07:29:31 for ECF by  doxygen 1.7.1