首页> 外文学位 >Revealed Path Choice Behavior and Network Pruning for Efficient Path Finding.
【24h】

Revealed Path Choice Behavior and Network Pruning for Efficient Path Finding.

机译:显示的路径选择行为和网络修剪功能,可实现高效的路径查找。

获取原文
获取原文并翻译 | 示例

摘要

This dissertation addresses two separate problems related to transportation networks. In the first part, route choice behavior revealed from real world trips is studied. In part two, efficient pruning of large transportation networks for expediting one-to-one path search is studied.;Part I:.;Route-choice behavior is influenced by a variety of factors ranging from physical attributes, such as the characteristics of the street network, to abstract variables, such as personal preferences of the driver. Street network composition and network variables, such as roadway type, the mere presence and density of signalized intersections, and path characteristics, such as frequency of turn movements, are expected to have a significant influence on a driver's route-choice. This study explores the impacts of roadway type, signal control, and turning movements on route-choice by comparing observed paths in the real world and computed shortest paths for a set of origin and destination (O-D) pairs. Robust methodologies are devised and Python scripts are developed to conduct data processing and statistical analysis.;The comparison of real paths and computed paths indicated that drivers do not necessarily choose the theoretical shortest time paths and shortest distance paths in the real world. Drivers are willing to spend more time or travel longer distance on the paths that require fewer turns. Paired sample t-tests indicated that real paths have more signalized turns than computed shortest paths. Moreover, drivers seem more prone to making a turn (left or right) at a signal controlled intersection, while at the same time trying to minimize the number of turns occurring at non-signalized intersections. Statistical evidence also indicated that drivers tend to minimize left turns along their selected path. The number of right turns (normalized per mile), on the other hand, does not have a significant influence on route-choice. The mere presence of signalized intersections along alternative routes does not influence path choice. Statistical results showed that in terms of the number of signals per mile, theoretical paths are not different from real paths. A methodology is developed to quantify the impact of turning movements in the form of turn penalties, and to integrate them into path finding algorithms. However, the optimal path yielded by incorporating turn penalties into these algorithms has not significantly increased the chance of matching theoretical paths to actual paths.;Part II:.;Computational efficiency of path finding algorithms is very dependent on the size of the street network. Most of the shortest-path algorithms extend the search into the areas of the network that are not part of the solution to the path finding problem. For this reason, the full network must be "pruned" or narrowed to a more relevant sub-network. Commercially available route guidance systems / solutions have successfully used network pruning methods for faster and real-time solution to shortest path algorithms, but those solutions are proprietary in nature. Hence, the literature available on this subject is very limited. This research is expected to fill the gap in available literature on the methodologies for efficient network pruning.;This study also examines computational accuracy and efficiency of pruning large networks into sub-networks in the search for the shortest path between a given pair of origin and destination nodes in the network (one-to-one path search). A bounding-box approach is introduced to prune the network. Computational experiments are conducted with different buffer sizes for the bounding box. Real-world paths are analyzed for their geographic relationship to the driver's origin and destination and the concept of "proportional buffer" is introduced to define the boundaries of the sub-network. An approach to extracting a sub-network, within which the search work will be limited, is developed. Compared to the most commonly used uniform buffer method, the proportional buffer method can accelerate the computation while maintaining the same level of accuracy.
机译:本文解决了与运输网络有关的两个独立问题。在第一部分中,研究了从现实旅行中揭示的路线选择行为。在第二部分中,研究了大型交通运输网络的有效修剪,以加速一对一路径搜索。;第一部分:。路线选择行为受多种因素的影响,这些因素包括物理属性,例如街道网络,以提取变量,例如驾驶员的个人喜好。预计街道网络的组成和网络变量(例如道路类型,信号交叉口的存在和密度)以及路径特征(例如转弯运动的频率)将对驾驶员的路线选择产生重大影响。这项研究通过比较现实世界中观察到的路径和一组起点和终点对(O-D)的计算出的最短路径,探索了道路类型,信号控制和转弯运动对路线选择的影响。设计了健壮的方法并开发了Python脚本来进行数据处理和统计分析。实际路径和计算路径的比较表明,驾驶员不一定在现实世界中选择理论上最短的时间路径和最短的距离路径。驾驶员愿意花更多的时间或在需要较少转弯的道路上行驶更长的距离。成对的样本t检验表明,实际路径比计算出的最短路径具有更多的信号转弯。此外,驾驶员似乎更倾向于在信号控制的交叉路口转弯(向左或向右),而同时尽量减少在非信号交叉路口发生的转弯次数。统计证据还表明,驾驶员趋向于使沿着他们选择的路径的左转弯最小化。另一方面,右转弯的次数(每英里归一化)对路线选择没有重大影响。沿替代路线仅出现信号交叉口不会影响路径选择。统计结果表明,就每英里信号的数量而言,理论路径与实际路径没有区别。开发了一种方法来量化转弯惩罚形式的转弯运动的影响,并将其整合到路径查找算法中。但是,通过将转弯罚分纳入这些算法产生的最佳路径并未显着增加将理论路径与实际路径进行匹配的机会。第二部分:路径查找算法的计算效率非常依赖于街道网络的大小。大多数最短路径算法将搜索范围扩展到了网络中不属于路径查找问题的解决方案的一部分。因此,必须将整个网络“修剪”或缩小为更相关的子网。商业上可用的路线导航系统/解决方案已成功使用网络修剪方法,以针对最短路径算法的更快,实时的解决方案,但是这些解决方案本质上是专有的。因此,有关该主题的文献非常有限。预期该研究将填补有关有效网络修剪方法的现有文献中的空白。此项研究还研究了将大型网络修剪为子网的计算准确性和效率,以寻找给定的源对和源对之间的最短路径。网络中的目标节点(一对一路径搜索)。引入了边界框方法来修剪网络。针对边界框使用不同的缓冲区大小进行计算实验。分析现实世界路径与驾驶员的起点和目的地的地理关系,并引入“比例缓冲区”的概念来定义子网的边界。开发了一种提取子网的方法,该方法将限制搜索工作。与最常用的统一缓冲区方法相比,比例缓冲区方法可以在保持相同精度水平的同时加快计算速度。

著录项

  • 作者

    Zhou, Xi.;

  • 作者单位

    George Mason University.;

  • 授予单位 George Mason University.;
  • 学科 Transportation.;Engineering Civil.
  • 学位 Ph.D.
  • 年度 2014
  • 页码 138 p.
  • 总页数 138
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号