Good Decisions in Reasonable Time Flashcards
1
Q
alpha-beta pruning
A
technique that prunes right-side siblings of a conclusive node
results in the optimal minimax value being returned as fruitless search will be prevented
2
Q
transposition table
A
a hash table (dictionary) whose keys are game-states, and values are minimax values
3
Q
evaluation function
A
estimates the expected utility of the game at a non-terminal state