Fix some warnings in eo and moeo.
This commit is contained in:
parent
1f09aa656f
commit
e71dea0c5a
3 changed files with 3 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ class moeoBinaryMetricSavingUpdater : public eoUpdater
|
|||
* @param _filename the target filename
|
||||
*/
|
||||
moeoBinaryMetricSavingUpdater (moeoVectorVsVectorBinaryMetric < ObjectiveVector, double > & _metric, const eoPop < MOEOT > & _pop, std::string _filename) :
|
||||
metric(_metric), pop(_pop), filename(_filename), counter(1), firstGen(true)
|
||||
metric(_metric), pop(_pop), filename(_filename), firstGen(true), counter(1)
|
||||
{}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue