update needed for multi-objective approach
This commit is contained in:
parent
bc1207edb8
commit
879da6b82e
1 changed files with 3 additions and 0 deletions
|
|
@ -172,7 +172,10 @@ public:
|
|||
virtual void operator()(eoPop<EOT>& _pop)
|
||||
{
|
||||
eoPop<EOT> offspring, empty_pop;
|
||||
|
||||
popEval(empty_pop, _pop); // A first eval of pop.
|
||||
replace(_pop, offspring); // set worths, scaling, etc.
|
||||
|
||||
do
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Reference in a new issue