计算机应用 ›› 2012, Vol. 32 ›› Issue (04): 1053-1055.DOI: 10.3724/SP.J.1087.2012.01053

• 人工智能 • 上一篇    下一篇

地标导向的启发式路径规划算法

孟珂,张春艳   

  1. 中国矿业大学 计算机科学与技术学院,江苏 徐州 221008
  • 收稿日期:2011-09-07 修回日期:2011-11-13 发布日期:2012-04-20 出版日期:2012-04-01
  • 通讯作者: 孟珂
  • 作者简介:孟珂(1987-),男,江苏徐州人,硕士研究生,CCF会员,主要研究方向:GIS、路径规划;
    张春艳(1985-),女,江苏徐州人,硕士研究生,主要研究方向:云计算、蚁群算法。

Landmark-oriented heuristic routing algorithm in traffic network

MENG Ke,ZHANG Chun-yan   

  1. School of Computer Science and Technology, China University of Mining and Technology, Xuzhou Jiangsu 221008, China
  • Received:2011-09-07 Revised:2011-11-13 Online:2012-04-20 Published:2012-04-01
  • Contact: MENG Ke

摘要: 为提高大规模交通网络路径规划算法的查询效率,以A*算法为基础,提出一种地标导向的启发式算法。在预处理中将重要的顶点和边选为地标,在点对点寻径时使用地标作为启发式函数的启发参数,并进行分段计算。实验结果表明,此算法在处理长距离的路径规划问题时有较高的查询效率和更合理的计算结果。

关键词: 路径规划, 地标, 预处理, 层次缩减算法, 三角启发算法

Abstract: To improve the query efficiency of road routing algorithm in large-scale traffic network, a landmark-oriented algorithm based on A* algorithm was proposed. Select the most important vertexes and edges as landmarks during preprocessing, choose appropriate landmarks as the reference parameters and calculate in sections in point-to-point routing. The experimental results indicate that it has higher query efficiency and more reasonable results in long-distance road routing.

Key words: path-planning, landmark, preprocessing, Contraction Hierarchies (CH) algorithm, A* Landmarks Triangle (ALT) algorithm