• Main Page
  • Classes
  • Files
  • File List

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

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

Generated on Wed Sep 1 2010 14:31:21 for ECF by  doxygen 1.7.1