• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/floatingpoint/FloatingPointMutSimple.h

00001 #ifndef FLOATINGPOINTMUTSIMPLE_H_
00002 #define FLOATINGPOINTMUTSIMPLE_H_
00003 
00004 #include "FloatingPoint.h"
00005 
00006 
00007 namespace FloatingPoint
00008 {
00009 
00014 class FloatingPointMutSimple: public MutationOp 
00015 {
00016 protected:
00017 public:
00018     bool mutate(GenotypeP gene);
00019     bool initialize(StateP);
00020     void registerParameters(StateP);
00021 };
00022 typedef boost::shared_ptr<FloatingPointMutSimple> FloatingPointMutSimpleP;
00023 }
00024 #endif /* FLOATINGPOINTMUTSIMPLE_H_ */
00025 

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