Estimating search tree size

  • Authors:
  • Philip Kilby;John Slaney;Sylvie Thiébaux;Toby Walsh

  • Affiliations:
  • NICTA and ANU, Canberra, Australia;NICTA and ANU, Canberra, Australia;NICTA and ANU, Canberra, Australia;NICTA and UNSW, Sydney, Australia

  • Venue:
  • AAAI'06 proceedings of the 21st national conference on Artificial intelligence - Volume 2
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose two new online methods for estimating the size of a backtracking search tree. The first method is based on a weighted sample of the branches visited by chronological backtracking. The second is a recursive method based on assuming that the unexplored part of the search tree will be similar to the part we have so far explored. We compare these methods against an old method due to Knuth based on random probing. We show that these methods can reliably estimate the size of search trees explored by both optimization and decision procedures. We also demonstrate that these methods for estimating search tree size can be used to select the algorithm likely to perform best on a particular problem instance.