From 539e2f11e6879961239c27008f9735982ecb3f85 Mon Sep 17 00:00:00 2001 From: verel Date: Thu, 30 Sep 2010 15:50:02 +0000 Subject: [PATCH] Update the commentary algo TS git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1950 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/algo/moTS.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/paradiseo-mo/src/algo/moTS.h b/trunk/paradiseo-mo/src/algo/moTS.h index 1ab69e1e8..cd1a6dc57 100644 --- a/trunk/paradiseo-mo/src/algo/moTS.h +++ b/trunk/paradiseo-mo/src/algo/moTS.h @@ -143,6 +143,10 @@ public: explorer(_neighborhood, _eval, _neighborComp, _solNeighborComp, _tabuList, _intensification, _diversification, _aspiration) {} + /* + * To get the explorer and then to be abble to get the best solution so far + * @return the TS explorer + */ moTSexplorer& getExplorer() { return explorer; }