|
|
|
|
|
by jfrd
1063 days ago
|
|
Surprisingly you can solve massive TSPs using heuristics. The solutions are not guaranteed to be optimal, but they can get very close to optimal without a crazy amount of computing power. The Concorde TSP solver can apparently solve instances with 85.6k cities to optimality. Pretty amazing! |
|
There’s a difference between the algorithms ride shares have to use and the heuristic based solution for 85.6k cities.
The graph for ride shares is constantly changing as passengers request rides from random starting points to random destinations.
This version of TSP is much harder to solve.