Module jja::stockfish

source ·
Expand description

Stockfish compatible Zobrist hashing

Modules

  • Miscallenous utilities
  • Stockfish types
  • The zobrist module provides an implementation of the Zobrist hashing algorithm, which is compatible with the Stockfish chess engine. This hashing method is commonly used in board games such as chess to implement transposition tables, a form of caching that allows the engine to avoid calculating the same position more than once.

Functions

  • Computes the Stockfish compatible Zobrist hash of a given chess position.