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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

transposition table

A

a hash table (dictionary) whose keys are game-states, and values are minimax values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

evaluation function

A

estimates the expected utility of the game at a non-terminal state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly