Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road TSP (結合Google Map根據實際地理距離來計算) #1

Open
tnlin opened this issue Aug 14, 2016 · 1 comment
Open

Road TSP (結合Google Map根據實際地理距離來計算) #1

tnlin opened this issue Aug 14, 2016 · 1 comment

Comments

@tnlin
Copy link
Owner

tnlin commented Aug 14, 2016

可以透過Google Map API來建立Distance Matrix
但API 每天接受2500次P2P的位置查詢

目前主要是參考Queen of College Tours的作法
每個點建立Delaunay triangulation
每個點在每個點取 10 條最短直線
每個點在每個點的四個象限取 2 條最短直線
最後再去Union of 10 near-optimal tours (Geometric TSP)
但實際做起來,還沒有什麼頭緒...

@tnlin
Copy link
Owner Author

tnlin commented Aug 19, 2016

Reference about Open Street Map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant