reorder members of moeoHypcontinue

This commit is contained in:
Johann Dreo 2013-04-03 12:13:37 +02:00
commit 0a528039e2

View file

@ -106,9 +106,9 @@ public:
virtual std::string className(void) const { return "moeoHypContinue"; }
private:
moeoArchive <MOEOT> & arch;
moeoHyperVolumeDifferenceMetric <ObjectiveVector> metric;
std::vector <ObjectiveVector> OptimSet;
moeoArchive <MOEOT> & arch;
};
#endif