Time complexity of iterative-deepening-A∗

作者:

摘要

We analyze the time complexity of iterative-deepening-A∗ (IDA∗). We first show how to calculate the exact number of nodes at a given depth of a regular search tree, and the asymptotic brute-force branching factor. We then use this result to analyze IDA∗ with a consistent, admissible heuristic function. Previous analyses relied on an abstract analytic model, and characterized the heuristic function in terms of its accuracy, but do not apply to concrete problems. In contrast, our analysis allows us to accurately predict the performance of IDA∗ on actual problems such as the sliding-tile puzzles and Rubik's Cube. The heuristic function is characterized by the distribution of heuristic values over the problem space. Contrary to conventional wisdom, our analysis shows that the asymptotic heuristic branching factor is the same as the brute-force branching factor. Thus, the effect of a heuristic function is to reduce the effective depth of search by a constant, relative to a brute-force search, rather than reducing the effective branching factor.

论文关键词:Problem solving,Heuristic search,Iterative-deepening-A∗,Time complexity,Branching factor,Heuristic branching factor,Sliding-tile puzzles,Eight Puzzle,Fifteen Puzzle,Rubik's Cube

论文评审过程:Received 15 February 2000, Revised 3 February 2001, Available online 10 December 2001.

论文官网地址:https://doi.org/10.1016/S0004-3702(01)00094-7