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

Fonseca.h

Go to the documentation of this file.
00001 #include <MultiobjectiveProblem.h>
00002 #include <Individual.h>
00003 
00004 #ifndef __FONSECA__
00005 #define __FONSECA__
00006 
00007 class Fonseca : public MultiobjectiveProblem {
00008 public:
00009   Fonseca(VariableType type) ;
00010   
00011   void evaluate(Individual *individual) ;
00012 } ; // Fonseca
00013 
00014 #endif

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