-
Notifications
You must be signed in to change notification settings - Fork 346
Benchmarks
Julien Coupey edited this page Dec 17, 2015
·
28 revisions
TSPLIB is the reference benchmark for TSP solving.
A discussion on the performance of VROOM v0.2, along with detailed results can be found here. Spoiler: good results achieved in short computing times.
A 200 cities problem. The travel costs are computed using euclidean distance with the provided coordinates.
Tour computing time (including TSPLIB file parsing): 23 milliseconds.
Total distance: 30042.
Solution quality: +2.06% from optimal solution (29437).
Download:
Tour of 1379 places in Nordrhein-Westfalen. The travel costs are computed using euclidean distance with the provided coordinates.
Tour computing time (including TSPLIB file parsing): 8.1s.
Total distance: 58130.
Solution quality: +2.63% from optimal solution (56638).
Download: