Predicting the size of IDA*'s search tree

  • Authors:
  • Levi H. S. Lelis;Sandra Zilles;Robert C. Holte

  • Affiliations:
  • Computing Science Department, University of Alberta, Edmonton, AB, T6G 2E8, Canada;Department of Computer Science, University of Regina, Regina, Saskatchewan, S4S 0A2, Canada;Computing Science Department, University of Alberta, Edmonton, AB, T6G 2E8, Canada

  • Venue:
  • Artificial Intelligence
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Korf, Reid and Edelkamp initiated a line of research for developing methods (KRE and later CDP) that predict the number of nodes expanded by IDA* for a given start state and cost bound. Independently, Chen developed a method (SS) that can also be used to predict the number of nodes expanded by IDA*. In this paper we improve both of these prediction methods. First, we present @e-truncation, a method that acts as a preprocessing step and improves CDP@?s prediction accuracy. Second and orthogonally to @e-truncation, we present a variant of CDP that can be orders of magnitude faster than CDP while producing exactly the same predictions. Third, we show how ideas developed in the KRE line of research can be used to improve the predictions produced by SS. Finally, we make an empirical comparison between our new enhanced versions of CDP and SS. Our experimental results suggest that CDP is suitable for applications that require less accurate but fast predictions, while SS is suitable for applications that require more accurate predictions but can afford more computation time.