Expand description
Transposition Table Module
This module implements a transposition table, which is a map of game state values referenced by the states’ fingerprints.
Structs§
- Transposition
Table - A map of game state values referenced by the states’ fingerprints.