Update the commentary algo TS
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1950 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
da555f2095
commit
539e2f11e6
1 changed files with 4 additions and 0 deletions
|
|
@ -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<Neighbor>& getExplorer() {
|
||||
return explorer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue