StopCriterion.h

Go to the documentation of this file.
00001 
00006 #ifndef GENETIK_STOPCRITERION
00007 #define GENETIK_STOPCRITERION
00008 
00009 namespace genetiK{
00010 
00015 class StopCriterion
00016 {
00017         public:
00020                 StopCriterion(void);
00021         
00024                 virtual ~StopCriterion(void);
00025         
00029                 virtual bool                                                    reached()=0;
00030 };
00031 
00032 }
00033 
00034 #endif

Generated on Thu Feb 23 12:20:45 2006 for GenetiK by  doxygen 1.4.6