fichier deplacé
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1833 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
094684cf7f
commit
d5842c8d90
16 changed files with 16 additions and 17 deletions
|
|
@ -41,10 +41,10 @@
|
|||
|
||||
#include <eoPop.h>
|
||||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
|
||||
/*
|
||||
* Fitness assignment scheme which use weight foreach objectives
|
||||
* Fitness assignment scheme which use weight for each objective
|
||||
*/
|
||||
template < class MOEOT >
|
||||
class moeoAggregationFitnessAssignment : public moeoSingleObjectivization < MOEOT >
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#define MOEOCONSTRAINTFITNESSASSIGNMENT_H_
|
||||
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@
|
|||
#include <explorer/moeoSimpleSubNeighborhoodExplorer.h>
|
||||
#include <explorer/moeoSubNeighborhoodExplorer.h>
|
||||
|
||||
|
||||
#include <fitness/moeoAggregationFitnessAssignment.h>
|
||||
#include <fitness/moeoBinaryIndicatorBasedFitnessAssignment.h>
|
||||
#include <fitness/moeoConstraintFitnessAssignment.h>
|
||||
|
|
@ -129,6 +128,7 @@
|
|||
#include <fitness/moeoIndicatorBasedFitnessAssignment.h>
|
||||
#include <fitness/moeoReferencePointIndicatorBasedFitnessAssignment.h>
|
||||
#include <fitness/moeoScalarFitnessAssignment.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoUnaryIndicatorBasedFitnessAssignment.h>
|
||||
|
||||
#include <hybridization/moeoDMLSGenUpdater.h>
|
||||
|
|
@ -176,7 +176,6 @@
|
|||
#include <scalarStuffs/fitness/moeoAugmentedWeightedChebychevMetricFitnessAssignment.h>
|
||||
#include <scalarStuffs/fitness/moeoIncrEvalSingleObjectivizer.h>
|
||||
#include <scalarStuffs/fitness/moeoMetricFitnessAssignment.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/fitness/moeoWeightedChebychevMetricFitnessAssignment.h>
|
||||
#include <scalarStuffs/weighting/moeoAnytimeWeightStrategy.h>
|
||||
#include <scalarStuffs/weighting/moeoAugmentedQexploreWeightStrategy.h>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#ifndef __moeoHC_h
|
||||
#define __moeoHC_h
|
||||
#include <scalarStuffs/explorer/moeoHCMoveLoopExpl.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/fitness/moeoIncrEvalSingleObjectivizer.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <moHC.h>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <moHCMoveLoopExpl.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/explorer/moeoHCMoveLoopExpl.h>
|
||||
|
||||
//! Iterated Local Search (ILS)
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <moTSMoveLoopExpl.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/explorer/moeoTSMoveLoopExpl.h>
|
||||
#include <moSA.h>
|
||||
//! Simulated annealing (SA)
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <moTS.h>
|
||||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/explorer/moeoTSMoveLoopExpl.h>
|
||||
//! Tabu Search (TS)
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
|
||||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoAggregationFitnessAssignment.h>
|
||||
#include <scalarStuffs/explorer/moeoHCMoveLoopExpl.h>
|
||||
#include <scalarStuffs/weighting/moeoVariableWeightStrategy.h>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <eoEvalFunc.h>
|
||||
#include <scalarStuffs/algo/moeoSolAlgo.h>
|
||||
#include <moHCMoveLoopExpl.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/explorer/moeoHCMoveLoopExpl.h>
|
||||
//! Variable Neighbors Search (VNS)
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#define MOEOASFAFITNESSASSIGNMENT_H_
|
||||
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <scalarStuffs/distance/moeoAchievementScalarizingFunctionDistance.h>
|
||||
#include <metric/moeoDistanceMetric.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <eo>
|
||||
#include <vector>
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
#include <scalarStuffs/distance/moeoAugmentedAchievementScalarizingFunctionDistance.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#define MOEOAUGCHEVMETRICFITNESSASSIGNMENT_H_
|
||||
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <eo>
|
||||
#include <moMoveIncrEval.h>
|
||||
#include <fitness/moeoFitnessAssignment.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <eoEvalFunc.h>
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <eo>
|
||||
#include <vector>
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <eo>
|
||||
#include <vector>
|
||||
#include <eoPop.h>
|
||||
#include <scalarStuffs/fitness/moeoSingleObjectivization.h>
|
||||
#include <fitness/moeoSingleObjectivization.h>
|
||||
#include <utils/moeoObjectiveVectorNormalizer.h>
|
||||
#include <scalarStuffs/distance/moeoWeightedChebychevDistance.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue