Login
Remember
Register
Ask a Question
Explain Alpha–Beta pruning in Artificial Intelligence
0
votes
asked
Oct 1, 2019
in
Artificial Intelligence
by
Robin
Explain Alpha–Beta pruning in AI
alpha-beta-pruning
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 2, 2019
by
john ganales
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.
...