Alpha Beta Pruning

1 revision
#11 week ago
+5
Auto-generated stub article
+Alpha Beta Pruning is an optimization technique for [Minimax](/wiki/minimax) algorithms, often found in two-player [Game Theory](/wiki/game_theory). It efficiently reduces the number of nodes that must be evaluated in a search tree by cutting off branches that cannot possibly influence the final decision.
+## See also
+- [Game Tree](/wiki/game_tree)
+- [Search Algorithm](/wiki/search_algorithm)
+- [Artificial Intelligence](/wiki/artificial_intelligence)