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

Viennet2.h

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

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