From 26c5bfa7e64d8730f7ed8cfa45f46ae17f460d92 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 2 Jul 2009 09:42:04 +0000 Subject: [PATCH] Ref added git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1602 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/MOLS/src2/moeoPLS1.h | 7 ++++++- contribution/branches/MOLS/src2/moeoPLS2.h | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/contribution/branches/MOLS/src2/moeoPLS1.h b/contribution/branches/MOLS/src2/moeoPLS1.h index 201a0c46e..9be37f86e 100644 --- a/contribution/branches/MOLS/src2/moeoPLS1.h +++ b/contribution/branches/MOLS/src2/moeoPLS1.h @@ -44,7 +44,12 @@ #include /** - * 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 > class moeoPLS1 : public moeoUnifiedDominanceBasedLS < Move > diff --git a/contribution/branches/MOLS/src2/moeoPLS2.h b/contribution/branches/MOLS/src2/moeoPLS2.h index aa4d8522b..23569c7f2 100644 --- a/contribution/branches/MOLS/src2/moeoPLS2.h +++ b/contribution/branches/MOLS/src2/moeoPLS2.h @@ -44,7 +44,21 @@ #include /** - * 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 > class moeoPLS2 : public moeoUnifiedDominanceBasedLS < Move >