game_solver

Module transposition

Source
Expand description

Transposition tables for memoization.

Structs§

TranspositionCache
Powerful transposition table that uses an underlying concurrent LFU cache, powered by moka.

Enums§

Score
A score in a transposition table.

Traits§

TranspositionTable
A memoization strategy for a perfect-information sequential game.