bux fix in t-eoinsertion.cpp
This commit is contained in:
parent
9303c4b53d
commit
24b8b8045a
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ template<class Chrom> class eoInsertion: public eoMerge<Chrom>
|
|||
void operator()(const eoPop<Chrom>& breeders, eoPop<Chrom>& pop)
|
||||
{
|
||||
int new_size = static_cast<int>(pop.size() * rate());
|
||||
cout << "new_size = " << new_size << endl;
|
||||
|
||||
if (new_size == breeders.size())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue