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

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

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 

Generated on Tue Jul 2 2013 10:51:47 for ECF by  doxygen 1.7.1