Title :
The history heuristic and alpha-beta search enhancements in practice
Author :
Schaeffer, Jonathan
Author_Institution :
Dept. of Comput. Sci., Alberta Univ., Edmonton, Alta., Canada
fDate :
11/1/1989 12:00:00 AM
Abstract :
Many enhancements to the alpha-beta algorithm have been proposed to help reduce the size of minimax trees. A recent enhancement, the history heuristic, which improves the order in which branches are considered at interior nodes is described. A comprehensive set of experiments is reported which tries all combinations of enhancements to determine which one yields the best performance. In contrast, previous work on assessing their performance has concentrated on the benefits of individual enhancements or a few combinations. The aim is to find the combination that provides the greatest reduction in tree size. Results indicate that the history heuristic combined with transposition tables significantly outperforms other alpha-beta enhancements in application-generated game trees. For trees up to depth 8, this combination accounts for 99% of the possible reductions in tree size, with the other enhancements yielding insignificant gains
Keywords :
minimax techniques; search problems; trees (mathematics); alpha-beta search enhancements; game trees; history heuristic; interior nodes; minimax trees; transposition tables; Councils; Decision trees; History; Iterative algorithms; Minimax techniques; Testing;
Journal_Title :
Pattern Analysis and Machine Intelligence, IEEE Transactions on