Transposition table

A transposition table is a cache of previously seen positions, and associated evaluations, in a game tree generated by a computer game playing program. If a position reoccurs via a different sequence of moves, the value of the position is retrieved from the table, avoiding re-searching the game tree below that position.

Source: Wikipedia — Transposition table (CC BY-SA 4.0)

Transposition table

A transposition table is a cache of previously seen positions, and associated evaluations, in a game tree generated by a computer game playing program. If a position reoccurs via a different sequence of moves, the value of the position is retrieved from the table, avoiding re-searching the game tree below that position.

Source: Wikipedia "Transposition table" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy