Alpha - Beta = what is the answer explains step by step
Answers
Answered by
0
Explanation:
Alpha–beta pruning. Alpha–beta pruning is a search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree. ... It stops evaluating a move when at least one possibility has been found that proves the move to be worse than a previously examined move.
Answered by
1
Answer:
We know, (a-b)² = (a+b)² - 4ab
So, (α - β)² = (α + β)² - 4αβ
α - β = √(α + β)² - 4αβ
Similar questions