Moved the static variables of class eoVariableParetoTraits
into a separate .cpp file (eoParetoFitness.cpp) - and modified Makefile.am
This commit is contained in:
parent
76ff13b2e3
commit
daed31c088
3 changed files with 39 additions and 6 deletions
|
|
@ -85,11 +85,6 @@ private:
|
|||
static vector<bool> bObj;
|
||||
};
|
||||
|
||||
// need to allocate these -> should probably be done in some cpp file!
|
||||
unsigned eoVariableParetoTraits::nObj;
|
||||
vector<bool> eoVariableParetoTraits::bObj;
|
||||
|
||||
|
||||
/**
|
||||
eoParetoFitness class: vector of doubles with overloaded comparison operators. Comparison is done
|
||||
on pareto dominance. The template argument FitnessTraits defaults to eoParetoFitnessTraits, which
|
||||
|
|
|
|||
Reference in a new issue