The B∗ tree search algorithm: A best-first proof procedure

作者:

Highlights:

摘要

In this paper we present a new algorithm for searching trees. The algorithm, which we have named B∗, finds a proof that an arc at the root of a search tree is better than any other. It does this by attempting to find both the best arc at the root and the simplest proof, in best-first fashion. This strategy determines the order of node expansion. Any node that is expanded is assigned two values: an upper (or optimistic) bound and a lower (or pessimistic) bound. During the course of a search, these bounds at a node tend to converge, producing natural termination of the search. As long as all nodal bounds in a sub-tree are valid, B∗ will select the best arc at the root of that sub-tree. We present experimental and analytic evidence that B∗ is much more effective than present methods of searching adversary trees.The B∗ method assigns a greater responsibility for guiding the search to the evaluation functions that compute the bounds than has been done before. In this way knowledge, rather than a set of arbitrary predefined limits can be used to terminate the search itself. It is interesting to note that the evaluation functions may measure any properties of the domain, thus resulting in selecting the arc that leads to the greatest quantity of whatever is being measured. We conjecture that this method is that used by chess masters in analyzing chess trees.

论文关键词:

论文评审过程:Available online 4 March 2003.

论文官网地址:https://doi.org/10.1016/0004-3702(79)90003-1