Skip to main content

The Evaluation Function

This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.

State

Real game programs search partway down, then score unfinished positions with an evaluation function — a judgment standing in for the unaffordable truth.

Show

The move is the heuristic idea from Unit 2, pointed at game trees: an estimate where exact scoring cannot reach.

Watch for

The program's play is only as sound as the judging function at the search frontier.