Adversarial Search
Adversarial Search
SEARCH TREE
search tree is a tree that is superimposed on the full game
tree, and examines enough nodes to allow a player to
determine what move to make.
Game tree for Tic-tac-toe
• MAX has 9 possible moves.
• Play alternates between MAX’s placing an X and MIN’s
placing an O.
• The number on each leaf node indicates the utility value of
the terminal state from the point of view of MAX;
• high values are assumed to be good for MAX and bad for MIN