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>&)");
|
||||
}
|
||||
|
||||
// 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 );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue