Fixed call to inverse_stochastic inside eoDetTournament
This commit is contained in:
parent
58f5fd2f61
commit
ddb9e026cf
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ public:
|
|||
// in the new code from stdc++v3 an iterator from a container<T> is no longer an pointer to T
|
||||
// Because eo already contained a fuction using eoPop<EOT>::iterator's we will use the following
|
||||
|
||||
_newgen.erase( inverse_stochastic_tournament(_newgen.begin(), _newgen.end(), t_size) );
|
||||
_newgen.erase( inverse_deterministic_tournament(_newgen.begin(), _newgen.end(), t_size) );
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue