advantage and disadvantage alpha beta pruning
Answers
Answered by
9
Answer :
The advantages of alpha-beta pruning are as follow :
i) Alpha-beta pruning plays a great role in reducing the number of nodes which are found out by minimax algorithm.
ii) When one chance or option is found at the minimum, it stops assessing a move.
iii) This method also helps to improve the search procedure in an effective way.
The disadvantage of alpha - beta pruning method is -
It has been found that alpha - beta pruning method is not feasible in most of the cases to find out the whole game tree.
Similar questions