Ref added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1602 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
121545e6d7
commit
26c5bfa7e6
2 changed files with 21 additions and 2 deletions
|
|
@ -44,7 +44,12 @@
|
||||||
#include <moeoExhaustiveNeighborhoodExplorer.h>
|
#include <moeoExhaustiveNeighborhoodExplorer.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A class to design dominance based local searches
|
* PLS1 algorithm
|
||||||
|
*
|
||||||
|
* Paquete L, Chiarandini M, St ̈ tzle T (2004) Pareto local optimum sets in the biobjective
|
||||||
|
* traveling salesman problem: An experimental study. In: Metaheuristics for Multiobjective
|
||||||
|
* Optimisation, Lecture Notes in Economics and Mathematical Systems, vol 535, Springer-
|
||||||
|
* Verlag, Berlin, Germany, chap 7, pp 177–199
|
||||||
*/
|
*/
|
||||||
template < class Move >
|
template < class Move >
|
||||||
class moeoPLS1 : public moeoUnifiedDominanceBasedLS < Move >
|
class moeoPLS1 : public moeoUnifiedDominanceBasedLS < Move >
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,21 @@
|
||||||
#include <moeoExhaustiveNeighborhoodExplorer.h>
|
#include <moeoExhaustiveNeighborhoodExplorer.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A class to design dominance based local searches
|
* PLS2 algorithm
|
||||||
|
*
|
||||||
|
* Talbi EG, Rahoual M, Mabed MH, Dhaenens C (2001) A hybrid evolutionary approach for
|
||||||
|
* multicriteria optimization problems : Application to the fow shop. In: First International
|
||||||
|
* Conference on Evolutionary Multi-criterion Optimization (EMO 2001), Springer-Verlag,
|
||||||
|
* Zurich, Switzerland, Lecture Notes in Computer Science, vol 1993, pp 416–428
|
||||||
|
*
|
||||||
|
* Basseur M, Seynhaeve F, Talbi E (2003) Adaptive mechanisms for multiobjective evolution-
|
||||||
|
* ary algorithms. In: Congress on Engineering in System Application (CESA 2003), Lille,
|
||||||
|
* France, pp 72–86
|
||||||
|
*
|
||||||
|
* Angel E, Bampis E, Gourv ́ s L (2004) A dynasearch neighbohood for the bicriteria travel-
|
||||||
|
* ing salesman problem. In: Metaheuristics for Multiobjective Optimisation, Lecture Notes
|
||||||
|
* in Economics and Mathematical Systems, vol 535, Springer-Verlag, Berlin, Germany,
|
||||||
|
* chap 6, pp 153–176
|
||||||
*/
|
*/
|
||||||
template < class Move >
|
template < class Move >
|
||||||
class moeoPLS2 : public moeoUnifiedDominanceBasedLS < Move >
|
class moeoPLS2 : public moeoUnifiedDominanceBasedLS < Move >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue