make some eoAlgoFoundryFastGA's parameters const
This commit is contained in:
parent
6c3bffd8c2
commit
eb9bd4a405
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ class eoAlgoFoundryFastGA : public eoAlgoFoundry<EOT>
|
|||
eoAlgoFoundryFastGA(
|
||||
eoInit<EOT> & init,
|
||||
eoEvalFunc<EOT>& eval,
|
||||
size_t max_evals = 10000,
|
||||
size_t max_restarts = std::numeric_limits<size_t>::max()
|
||||
const size_t max_evals = 10000,
|
||||
const size_t max_restarts = std::numeric_limits<size_t>::max()
|
||||
) :
|
||||
eoAlgoFoundry<EOT>(10),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue