Table of Contents

Chess - Programming - Static Exchange Evaluation (SEE)

Determine if a capture gains or loses material once all the moves in the sequence has been played out.

Evaluating a capture without actually playing out the moves.


Example

Consider a capture move.

But what if that Pawn was defended.


Process

Find all attackers

Consider direct attacks at first.


Static Exchange Evaluation (SEE)