fix: missing return in tuple
This commit is contained in:
parent
7a6f9a640f
commit
c8c8987174
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ public:
|
||||||
size_t sele = static_cast<size_t>(std::ceil( sol[i_sele] * _foundry.selectors .size() ));
|
size_t sele = static_cast<size_t>(std::ceil( sol[i_sele] * _foundry.selectors .size() ));
|
||||||
size_t repl = static_cast<size_t>(std::ceil( sol[i_repl] * _foundry.replacements.size() ));
|
size_t repl = static_cast<size_t>(std::ceil( sol[i_repl] * _foundry.replacements.size() ));
|
||||||
|
|
||||||
return {cont, cros, muta, repl};
|
return {cont, cros, muta, sele, repl};
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Perform a sub-problem search with the configuration encoded in the given solution
|
/** Perform a sub-problem search with the configuration encoded in the given solution
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue