chess:programming:polyglot_book_format:file_format
This is an old revision of the document!
Chess - Programming - Polyglot Book Format - File Format
Polyglot files are usually named with a .bin extension.
The files contain one or more entries with each entry having the following information:
struct entry_t { uint64 key; uint16 move; uint16 count; uint32 learn; };
NOTE: Historically the file format was written as:
struct entry_t { uint64 key; uint16 move; uint16 count; uint16 n; uint16 sum; };
chess/programming/polyglot_book_format/file_format.1641907944.txt.gz · Last modified: 2022/01/11 13:32 by peter