Multi-cut Pruning in Alpha-Beta Search

  • Authors:
  • Yngvi Björnsson;T. Anthony Marsland

  • Affiliations:
  • -;-

  • Venue:
  • CG '98 Proceedings of the First International Conference on Computers and Games
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

The efficiency of the αβ-algorithm as a minimax search procedure can be attributed to its effective pruning at so called cut-nodes; ideally only one move is examined there to establish the minimax value. This paper explores the benefits of investing additional search effort at cut-nodes by expanding other move alternatives as well. Our results show a strong correlation between the number of promising move alternatives at cut-nodes and a new principal variation emerging. Furthermore, a new forward pruning method is introduced that uses this additional information to ignore potentially futile subtrees. We also provide experimental results with the new pruning method in the domain of chess.