Another little bug fixed
This commit is contained in:
parent
c0e85685f8
commit
6fece409a7
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ public:
|
||||||
throw runtime_error("error in void eoTournament::operator(eoPop<EOT>&, eoPop<EOT>&)");
|
throw runtime_error("error in void eoTournament::operator(eoPop<EOT>&, eoPop<EOT>&)");
|
||||||
}
|
}
|
||||||
|
|
||||||
// The first is chosen for the new population
|
// The best individual is chosen for the new population
|
||||||
_aVEO.push_back( best );
|
_aVEO.push_back( *best );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue