Another little bug fixed

This commit is contained in:
victor 2000-01-11 13:25:32 +00:00
commit 6fece409a7

View file

@ -76,8 +76,8 @@ public:
throw runtime_error("error in void eoTournament::operator(eoPop<EOT>&, eoPop<EOT>&)");
}
// The first is chosen for the new population
_aVEO.push_back( best );
// The best individual is chosen for the new population
_aVEO.push_back( *best );
}
};