Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members

OneMax.h

Go to the documentation of this file.
00001 #include <Configuration.h>
00002 #include <MultiobjectiveProblem.h>
00003 #include <Individual.h>
00004 
00005 #ifndef __ONE_MAX__
00006 #define __ONE_MAX__
00007 
00008 class OneMax : public MultiobjectiveProblem {
00009 public:
00010   OneMax(int numberOfBits) ;
00011   
00012   void evaluate(Individual *individual) ;
00013 } ; // OneMax
00014 
00015 #endif

Generated on Wed Feb 11 10:38:01 2004 for Paes by doxygen 1.3.3