Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile
This commit is contained in:
parent
ffb683368f
commit
18adaef056
19 changed files with 66 additions and 48 deletions
|
|
@ -16,7 +16,7 @@ class eoEpsMOEA : public eoAlgo<EOT> {
|
|||
eoEvalFunc<EOT>& _eval,
|
||||
eoGenOp<EOT>& _op,
|
||||
const std::vector<double>& eps,
|
||||
unsigned max_archive_size
|
||||
unsigned max_archive_size = std::numeric_limits<unsigned>::max()
|
||||
) : continuator(_continuator),
|
||||
eval (_eval),
|
||||
loopEval(_eval),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue