AI Games Question:
Download Questions PDF

What is called as transposition table?
a) Hash table of next seen positions
b) Hash table of previously seen positions
c) Next value in the search
d) None of the mentioned

AI Games Interview Question
AI Games Interview Question

Answer:

b) Hash table of previously seen positions
Explanation: Transposition is the occurrence of repeated states frequently in the search.

Download AI Games Interview Questions And Answers PDF

Previous QuestionNext Question
Which function is used to calculate the feasibility of whole game tree?
a) Evaluation function
b) Transposition
c) Alpha-beta pruning
d) All of the mentioned
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