Module transposition_table

Module transposition_table 

Source
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§

TranspositionTable
A map of game state values referenced by the states’ fingerprints.