下载此文档

公交站点换乘算法.pdf


文档分类:行业资料 | 页数:约14页 举报非法文档有奖
1/14
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/14 下载此文档
文档列表 文档介绍
: .
Algorithm for finding optie origin and destination. We precompute a lookup table of feasible paths
between the origin stop of every bus route to the terminus of every other bus route using the transfer
points. This precomputation of paths significantly reduces the computation time and number of real-time
arrival requests to transit agency servers, the bottleneck in computing this problem. The computational
complexity of the algorithm is linear in real-time and implementation results show that queries from a
webserver are returned in 3 seconds in the worst-case.
2Jariyasunant, Mai, Sengupta 3
1 INTRODUCTION
1 The focus of the paper is the introduction of a new algorithm which overcomes the problem of computing
2 shortest paths in a transit network which pulls real-time data from a third-party Application Programming
3 Interface (API). Over a web-based or smartphone interface, a user enters a geo-coded origin and destination
4 (O-D), and the algorithm must respond by returning K-shortest paths based on the real-time state of the
5 transit network. Thus, our principal performance measure is the time elapsing between input of the O-D
6 and output of the path, which we call the path computation time. Web usage studies show this time should
7 be less than 7 seconds [1, 2].
8 Paths cannot be wholly pre-computed since the aim is to return results based on real-time state, which
9 needs to be acquired at run-time. We call the time required to get this information the real-time state
10 acquisition time. Industry Service Level Agreements (SLAs) create constraints on how this real-time state
11 can be acquired. The industry appears to be evolving towards an open model where the pub

公交站点换乘算法 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数14
  • 收藏数0 收藏
  • 顶次数0
  • 上传人wxc6688
  • 文件大小1.71 MB
  • 时间2022-08-26