From 879da6b82e2e448b35e7cff405b1e3cd610d4ef1 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Fri, 31 Aug 2007 11:08:25 +0000 Subject: [PATCH] update needed for multi-objective approach --- eo/src/eoEasyEA.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eo/src/eoEasyEA.h b/eo/src/eoEasyEA.h index 9dd28148..deeed06a 100644 --- a/eo/src/eoEasyEA.h +++ b/eo/src/eoEasyEA.h @@ -172,7 +172,10 @@ public: virtual void operator()(eoPop& _pop) { eoPop offspring, empty_pop; + popEval(empty_pop, _pop); // A first eval of pop. + replace(_pop, offspring); // set worths, scaling, etc. + do { try