|
|
|
|
|
by wongarsu
2378 days ago
|
|
"Alternate routes" are still normal roads people travel on. Since the travel time of a path is just the sum of the travel time of all path segments you only need people traveling every road to estimate the total time of any path. Path finding is well understood with many algorithmic solutions, so there is no reason to use machine learning. Google's implementation is impressive, but I see no reason why it would benefit from people traveling suboptimal paths. |
|