1.

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 mentionedThis 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

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions