User Tools

Site Tools


chess:programming:evaluation_hash_table

This is an old revision of the document!


Chess - Programming - Evaluation Hash Table

An Evaluation Hash Table may be used in a similar fashion as a transposition table, that is using Zobrist or BCH hashing, to cache various computational expensive positional evaluation scores and flags.

  • Despite the fact that the transposition table entries may contain evaluation scores as well, a tighter, dedicated evaluation hash table with its own replacement policy may gain a considerable amount of additional hits.
chess/programming/evaluation_hash_table.1634041352.txt.gz · Last modified: 2021/10/12 12:22 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki