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.