game_
solver
0.1.0
Module transposition
Module Items
Structs
Enums
Traits
In crate game_
solver
game_solver
Module
transposition
Copy item path
source
Expand description
Transposition tables for memoization.
Structs
§
Transposition
Cache
Powerful transposition table that uses an underlying concurrent
LFU
cache, powered by
moka
.
Enums
§
Score
A score in a transposition table.
Traits
§
Transposition
Table
A memoization strategy for a perfect-information sequential game.