KBFS: K-Best-First Search

  • Authors:
  • Ariel Felner;Sarit Kraus;Richard E. Korf

  • Affiliations:
  • Department of Computer Science, Bar-Ilan University, Ramat-Gan, 52900 Israel E-mail: felner@cs.biu.ac.il;Department of Computer Science, Bar-Ilan University, Ramat-Gan, 52900 Israel E-mail: sarit@cs.biu.ac.il;Department of Computer Science, University of California, Los Angeles, Los Angeles, CA 90095, USA E-mail: korf@cs.ucla.edu

  • Venue:
  • Annals of Mathematics and Artificial Intelligence
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We introduce a new algorithm, K-best-first search (KBFS), which is a generalization of the well known best-first search (BFS). In KBFS, each iteration simultaneously expands the K best nodes from the open-list (rather than just the best as in BFS). We claim that KBFS outperforms BFS in domains where the heuristic function has large errors in estimation of the real distance to the goal state or does not predict dead-ends in the search tree. We present empirical results that confirm this claim and show that KBFS outperforms BFS by a factor of 15 on random trees with dead-ends, and by a factor of 2 and 7 on the Fifteen and Twenty-Four tile puzzles, respectively. KBFS also finds better solutions than BFS and hill-climbing for the number partitioning problem. KBFS is only appropriate for finding approximate solutions with inadmissible heuristic functions.