From ea69e37e9c043d9a15ca35bedc7b2c8dfbc51737 Mon Sep 17 00:00:00 2001 From: wcancino Date: Fri, 16 Jan 2009 15:23:08 +0000 Subject: [PATCH] Compiles PhyloMOEA against the modified classes in this directory, mainly moeoNSGAII2. With this, it is not necessary to have a modified Paradiseo local copy. git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1349 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp b/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp index 945d96b9f..2bc76ff6b 100644 --- a/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp +++ b/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include @@ -156,7 +157,7 @@ int main(int argc, char *argv[]) // apply ( byobj, population ); // population.printOn(cout); - moeoNSGAII < PhyloMOEO > nsgaII (cp, byobj, operadores); + moeoNSGAII2 < PhyloMOEO > nsgaII (cp, byobj, operadores); nsgaII(population);