InterviewSolution
Saved Bookmarks
| 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 |
|