+1 vote
in Artificial Intelligence by
Where does the values of alpha-beta search get updated?

(a) Along the path of search

(b) Initial state itself

(c) At the end

(d) None of the mentioned

This question was posed to me in quiz.

I want to ask this question from Alpha Beta Pruning topic in section Adversarial Search of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct answer is (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.
...