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

Zdt2.h

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

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