AI MCQ #297: Where does the values of alpha-beta search get updated?

Q297. 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

✅ 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.