more bugfixes
This commit is contained in:
parent
220c89d1d5
commit
f2f65d7ed4
3 changed files with 4 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ public :
|
|||
eoNSGA_I_Eval(double nicheWidth, eoEvalFunc<EOT>& eval) : eoMOEval<EOT>(eval), nicheSize(nicheWidth) {}
|
||||
eoNSGA_I_Eval(double nicheWidth, eoPopEvalFunc<EOT>& eval) : eoMOEval<EOT>(eval), nicheSize(nicheWidth) {}
|
||||
|
||||
virutal void operator()(eoPop<EOT>& parents, eoPop<EOT>& offspring) {
|
||||
virtual void operator()(eoPop<EOT>& parents, eoPop<EOT>& offspring) {
|
||||
eval(parents, offspring);
|
||||
|
||||
std::vector<EOT*> pop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue