A search algorithm that seeks to decrease the number of nodes, which are evaluated by the minimax algorithm, in its search tree
For more info see the Alpha-beta pruning wikipedia article.
A search algorithm that seeks to decrease the number of nodes, which are evaluated by the minimax algorithm, in its search tree
For more info see the Alpha-beta pruning wikipedia article.