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

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

00001 #ifndef PERMUTATIONCRSPMX_H
00002 #define PERMUTATIONCRSPMX_H
00003 
00004 
00005 namespace Permutation
00006 {
00007 
00012 class PermutationCrsPMX : public CrossoverOp
00013 {
00014 public:
00015 
00016     bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child); 
00017     bool initialize(StateP);
00018     void registerParameters(StateP);
00019 };
00020 typedef boost::shared_ptr<PermutationCrsPMX> PermutationCrsPMXP;
00021 }
00022 #endif //PERMUTATIONCRSPMX_H
00023 

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