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

Golinski.h

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

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