This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Passed Pawn Extensions

Home * Search * Selectivity * Extensions * Passed Pawn Extensions

Passed Pawn Extensions are triggered after a passed pawn is established on the seventh or sometimes sixth rank, that is after a pawn push or captures with a pawn. The idea is to avoid horizon effects regarding a possible promotion, and to determine whether the stop- or promotion square is or may blocked, defended or supported. Clearly, this extension heavily interacts with the evaluation of passed pawns, and may also restricted to certain node types and distance to horizon. Some programs also extend promotions itself and not only if there starts a threat to promote.

Contents
  1. Colin Frayn
  2. Forum Posts
  3. External Links
  4. References

Colin Frayn

Colin Frayn on Pawn Push Extensions 1:

  1. If a pawn is pushed to the 7th rank, or promoted, then extend.
  2. This helps spot winning tactics in the endgame.
  3. Not so useful if your endgame analysis function is good enough at handling passed pawns.

Forum Posts

References

Up one Level


  1. Computer Chess Programming Theory - Search Extensions by Colin Frayn↩︎

What links here

Contributors: GerdIsenberg.