Q297. Where does the values of alpha-beta search get updated?
✅ Correct Answer: A) Along the path of search
Explanation: Alpha-beta search updates the value of alpha and beta as it gets along and prunes the remaining branches at node.
Q297. Where does the values of alpha-beta search get updated?
✅ Correct Answer: A) Along the path of search
Explanation: Alpha-beta search updates the value of alpha and beta as it gets along and prunes the remaining branches at node.