0

I want to try some methods on the TSP and need some testsets.

I know there are certain competitions on exact and approximate solutions for the TSP, and I would like to test some ideas I have on some testsets used in such competitions.

However I was not able to find any good competition.

Do you know of any good TSP competitions and/or testsets for the TSP?

I hope this is the right place to ask.

George
  • 3,765
  • 21
  • 25

2 Answers2

2

The TSPLIB is pretty much it as far as TSP test data is concerned.

Eugen Constantin Dinca
  • 8,994
  • 2
  • 34
  • 51
0

I use the testdata sets of tsp.gatech.edu for my implementation.

It's one of the first sites on google if you look for TSP, tough much of it's data comes from TSPLIB.

More specifically, I use the country data sets.

Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120