in Artificial Intelligence by (14.6k points)
Explain Alpha–Beta pruning in AI

1 Answer

0 votes
by (14.1k points)
Alpha–Beta pruning is a search algorithm that tries to reduce the number of nodes that are searched by the minimax algorithm in the search tree. It can be applied to ‘n’ depths and can prune the entire subtrees and leaves.

Related questions

+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson (9.0k points)
0 votes
asked Sep 23, 2020 in Artificial Intelligence by SakshiSharma (32.2k points)
0 votes
asked Oct 11, 2022 in Artificial Intelligence by Robin (14.6k points)
...