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
This commit is contained in:
parent
2a330ee94d
commit
ea69e37e9c
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include <PhyloMOEO_eval.h>
|
||||
#include <PhyloMOEO_archive.h>
|
||||
#include <PhyloMOEOProbMatrixContainerUpdater.h>
|
||||
#include <moeoNSGAII2.h>
|
||||
#include <moeoObjVecStat.h>
|
||||
#include <PhyloMOEOPartitionStat.h>
|
||||
#include <eoCountedFileMonitor.h>
|
||||
|
|
@ -156,7 +157,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
// apply<PhyloMOEO> ( byobj, population );
|
||||
// population.printOn(cout);
|
||||
moeoNSGAII < PhyloMOEO > nsgaII (cp, byobj, operadores);
|
||||
moeoNSGAII2 < PhyloMOEO > nsgaII (cp, byobj, operadores);
|
||||
|
||||
nsgaII(population);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue