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

Viennet3.h

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

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