Fritz 21 Handbook

Alpha-Beta

This describes a technique that leads to a dramatic increase in search depth. When pre-calculating a move, large parts of the search tree are "pruned". Certain move sequences are simply ignored, ideally without affecting the result. The principle of this technique is based on the fact that a move does not have to be examined completely if a better move is already known.

If the program detects that the move currently being analysed is worse than the most favourably evaluated alternative known so far, it does not have to be examined further. The Alpha-Beta algorithm has contributed significantly to the increase in the playing strength of chess engines.