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

Deb.h

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

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