nullmove
Nullmove is a technique used in computer chess to improve the search efficiency of the alpha-beta algorithm, a common search algorithm used in game tree search.
In alpha-beta, nodes in the search tree are evaluated using a heuristic estimate of the node's value.
In order to deal with nodes that lead to a nullmove, some implementations incorporate a special way
Some more advanced techniques, like Killer Heuristic and Late Move Prune, are usually combined with Nullmove
Computer chess programs that implement null move technique include Stockfish, Houdini, and Leela Chess Zero, among