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

Zdt1.h

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

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