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

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

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

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