I have conducted some initial experiments on single objective Travelling Salesman Problem (TSP) using TS. However, I could not reach the optimal solution for even small test instances with about 50 cities.
I have been advised to try using long term memory in my TS implementation. I am still confused about it and do not know how to implement it.