会议论文详细信息
International Conference on Applied Sciences 2017
A comparative study of the A* heuristic search algorithm used to solve efficiently a puzzle game
Iordan, A.E.^1
Politehnica University of Timisoara, Department of Electrical Engineering and Industrial Informatics, 5 Revolution Street, Hunedoara
331128, Romania^1
关键词: Comparative studies;    Design and implementations;    Goal configuration;    Heuristic functions;    Heuristic search algorithms;    Initial configuration;    Object oriented development;    Search Algorithms;   
Others  :  https://iopscience.iop.org/article/10.1088/1757-899X/294/1/012049/pdf
DOI  :  10.1088/1757-899X/294/1/012049
来源: IOP
PDF
【 摘 要 】
The puzzle game presented in this paper consists in polyhedra (prisms, pyramids or pyramidal frustums) which can be moved using the free available spaces. The problem requires to be found the minimum number of movements in order the game reaches to a goal configuration starting from an initial configuration. Because the problem is enough complex, the principal difficulty in solving it is given by dimension of search space, that leads to necessity of a heuristic search. The improving of the search method consists into determination of a strong estimation by the heuristic function which will guide the search process to the most promising side of the search tree. The comparative study is realized among Manhattan heuristic and the Hamming heuristic using A∗ search algorithm implemented in Java. This paper also presents the necessary stages in object oriented development of a software used to solve efficiently this puzzle game. The modelling of the software is achieved through specific UML diagrams representing the phases of analysis, design and implementation, the system thus being described in a clear and practical manner. With the purpose to confirm the theoretical results which demonstrates that Manhattan heuristic is more efficient was used space complexity criterion. The space complexity was measured by the number of generated nodes from the search tree, by the number of the expanded nodes and by the effective branching factor. From the experimental results obtained by using the Manhattan heuristic, improvements were observed regarding space complexity of A∗ algorithm versus Hamming heuristic.
【 预 览 】
附件列表
Files Size Format View
A comparative study of the A* heuristic search algorithm used to solve efficiently a puzzle game 636KB PDF download
  文献评价指标  
  下载次数:5次 浏览次数:29次