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