Aspiration search
:
Aspiration search is a small improvement on Alpha-Beta search. Normally the top level call would be AlphaBeta (pos, depth, -INFINITY, +INFINITY). Aspiration search chnages this to AlphaBeta(pos, depth, value-window, value+window), where value is an estimate for the expected result and window is a measure for the deviations we expect from thi s value.