Replies: 7 comments 7 replies
-
I've found some interesting papers that cite Scalable Transfer Patterns https://www.researchgate.net/publication/301269409_Scalable_Transfer_Patterns |
Beta Was this translation helpful? Give feedback.
-
I am almost done reading through the list + supplemental papers |
Beta Was this translation helpful? Give feedback.
-
I have read all the relevant papers! |
Beta Was this translation helpful? Give feedback.
-
References and Citations can be found at the bottom of this page: https://www.researchgate.net/publication/301269409_Scalable_Transfer_Patterns |
Beta Was this translation helpful? Give feedback.
-
Here's my overall take on things at this point in time: (again, full notes here) S-TP:
TB-CST
CSAccel (also called ACSA):
HypRAPTOR:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Ah, thank you!
…On Sat, 2 Mar 2024 at 17:41, Emma Alexia ***@***.***> wrote:
It's not a set distance - it's 1hr walking time.
—
Reply to this email directly, view it on GitHub
<#4 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZQTZW2HC53FPMZAHMNZQDYWJ5TBAVCNFSM6AAAAABB7ACRV2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DMNJUHE4TE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Kyler proposed using Scalable Transfer Patterns for our route planning algo. The authors tested out multiple methods for creating "convex transfer clusters" (as defined in 3.1, Definition 1). They settled on a merge-based clustering method outlined in section 3.1.2 as it gave them the best performance, described in 4.3.2 along with other experimental results. Since the authors demonstrated that one can use different clustering methods before applying Transfer Patterns, this is a proposal to find another clustering method with better time complexity and returned results.
Here are two other papers I'm looking into at the moment; I'm not sure if they apply to Transfer Patterns yet, but I just wanted to put them out here:
Beta Was this translation helpful? Give feedback.
All reactions