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

Schaffer.h

Go to the documentation of this file.
00001 
00009 #include <MultiobjectiveProblem.h>
00010 #include <Individual.h>
00011 
00012 #ifndef __SCHAFFER__
00013 #define __SCHAFFER__
00014 
00019 class Schaffer : public MultiobjectiveProblem {
00020 public:
00021   // Constructor
00022   Schaffer(VariableType variableType ) ;
00023 
00024   // Methods
00025   void evaluate(Individual * individual) ;
00026 } ; // class Schaffer
00027 
00028 #endif
00029 

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