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>
|
||||
|
||||
/**
|
||||
* 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 >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue