0 votes
in Artificial Intelligence by
Explain Alpha–Beta pruning in AI

1 Answer

0 votes
by
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
0 votes
asked Sep 23, 2020 in Artificial Intelligence by SakshiSharma
...