首页    期刊浏览 2024年07月03日 星期三
登录注册

文章基本信息

  • 标题:A fewest-turn-and-shortest path algorithm based on breadth-first search
  • 本地全文:下载
  • 作者:Yan Zhou ; Weisheng Wang ; Di He
  • 期刊名称:Geo-spatial Information Science
  • 印刷版ISSN:1009-5020
  • 电子版ISSN:1993-5153
  • 出版年度:2014
  • 卷号:17
  • 期号:4
  • 页码:201-207
  • DOI:10.1080/10095020.2014.988198
  • 出版社:Taylor and Francis Ltd
  • 摘要:Many cognitive studies have indicated that the path simplicity may be as important as its distance travelled. However, the optimality of paths for current navigation system is often judged purely on the distance travelled or time cost, and not the path simplicity. To balance these factors, this paper presented an algorithm to compute a path that not only possesses fewest turns but also is as short as possible by utilizing the breadth-first-search strategy. The proposed algorithm started searching from a starting point, and expanded layer by layer through searching zero-level reachable points until the endpoint is found, and then deleted unnecessary points in the reverse direction. The forward searching and backward cleaning strategies were presented to build a hierarchical graph of zero-level reachable points, and form a fewest-turn-path graph (G*). After that, a classic Dijkstra shortest path algorithm was executed on the G* to obtain a fewest-turn-and-shortest path. Comparing with the shortest path in Baidu map, the algorithm in this work has less than half of the turns but the nearly same length. The proposed fewest-turn-and-shortest path algorithm is proved to be more suitable for human beings according to human cognition research.
  • 关键词:fewest-turn-and-shortest path ; breadth-first search ; hierarchical graph
国家哲学社会科学文献中心版权所有