Use the templatized type for the metric in binary metric stat
This commit is contained in:
parent
c6868cf494
commit
2b80b91d28
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ public:
|
|||
|
||||
protected:
|
||||
/** binary metric comparing two Pareto sets */
|
||||
moeoVectorVsVectorBinaryMetric<ObjectiveVector, double> & _metric;
|
||||
moeoVectorVsVectorBinaryMetric<ObjectiveVector, T> & _metric;
|
||||
|
||||
/** (n-1) population */
|
||||
eoPop<MOEOT> _prev_pop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue