DocumentCode :
1781403
Title :
HAS: Hierarchical A-Star Algorithm for Big Map Navigation in Special Areas
Author :
Haifeng Wang ; Jiawei Zhou ; Guifeng Zheng ; Yun Liang
Author_Institution :
Sch. of Software, Sun Yat-sen Univ., Guangzhou, China
fYear :
2014
fDate :
28-30 Nov. 2014
Firstpage :
222
Lastpage :
225
Abstract :
The problem of path-finding has to be solved in transportation, city planning, commercial computer games, navigation and many other fields. How to find the shortest path is the key point of this problem. For computer games and many other fields, since the maps are usually not very big, traditional algorithms such as Dijkstra algorithm and AStar algorithm work well. But if we want to find the shortest path of two points in a big city or even a country, the memory and CPU resources are limited and these algorithms may result in bad performance. To solve the problem of navigation in big maps, this paper introduces and analyzes the use of Hierarchical A-Star algorithm which adds the hierarchical mechanism into traditional A-Star algorithm and save the resources of CPU and memory. For a big map such as the map of a country, to find the shortest path of two points, we successively divide the map of the country into maps of states, cities, towns, and blocks. Then we implement A Star algorithm for each layer and recursively find the shortest path of these two points.
Keywords :
cartography; graph theory; navigation; search problems; HAS; hierarchical A-star algorithm; map navigation; path-finding; shortest path algorithm; Algorithm design and analysis; Cities and towns; Games; Mathematical model; Navigation; Roads; A-Star; map navigation; shortest path algorithm;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Digital Home (ICDH), 2014 5th International Conference on
Conference_Location :
Guangzhou
Print_ISBN :
978-1-4799-4285-5
Type :
conf
DOI :
10.1109/ICDH.2014.49
Filename :
6996764
Link To Document :
بازگشت