Performance analysis of A∗ algorithm to determine shortest path of fire fighting robot
暂无分享,去创建一个
A∗ Algorithm is one of Best First Search Algorithm, that combines Uniform Cost Search and Greedy Best-First Search Algorithm. This paper will discuss performance analysis of A∗ Algorithm in the case of KRPAI (Indonesian Fire Fighting Robot Contest). Time complexity and space complexity is the criteria that we use in this paper. Time complexity is the time needed by algorithm to process the command. Whereas, space complexity is the memory usage by algorithm to process the command. Based on the experiments, A∗ Algorithm need an average of 4.270,72 and 14.192 bytes of memory to find a solution. We expect a lot of future search will improve the mapping capability of firefighting robot. Therefore, someday firefighting robot can be implemented in real life, and will reduce the fire disaster victims.
[1] Abhilash Dhumatkar,et al. Automatic Fire Fighting Robot , 2015 .
[2] Walter Fetter Lages,et al. Development of a Firefighting Robot for Educational Competitions , 2012 .
[3] Peter Norvig,et al. Artificial Intelligence: A Modern Approach , 1995 .