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; }