algo VFAS and Weight Strategies added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1627 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a53d0df188
commit
ddc1e86f62
13 changed files with 1180 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
#include <algo/moeoVNS.h>
|
||||
#include <algo/moeoSA.h>
|
||||
#include <algo/moeoILS.h>
|
||||
#include <algo/moeoVFAS.h>
|
||||
|
||||
|
||||
#include <archive/moeoArchive.h>
|
||||
|
|
@ -174,6 +175,18 @@
|
|||
#include <utils/moeoDominanceMatrix.h>
|
||||
#include <utils/moeoObjVecStat.h>
|
||||
#include <utils/moeoQuadTree.h>
|
||||
#include <utils/moeoAnytimeWeightStrategy.h>
|
||||
#include <utils/moeoDummyRefPointStrategy.h>
|
||||
#include <utils/moeoDummyWeightStrategy.h>
|
||||
#include <utils/moeoRandWeightStrategy.h>
|
||||
#include <utils/moeoVariableWeightStrategy.h>
|
||||
#include <utils/moeoVariableRefPointStrategy.h>
|
||||
#include <utils/moeoQexploreWeightStrategy.h>
|
||||
#include <utils/moeoAugmentedQexploreWeightStrategy.h>
|
||||
#include <utils/moeoFixedTimeOneDirectionWeightStrategy.h>
|
||||
#include <utils/moeoFixedTimeBothDirectionWeightStrategy.h>
|
||||
#include <utils/moeoDichoWeightStrategy.h>
|
||||
|
||||
|
||||
#include <explorer/moeoHCMoveLoopExpl.h>
|
||||
#include <explorer/moeoTSMoveLoopExpl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue