|
io-chess
UCI chess engine
|
Represents a single entry in a Polyglot book file. More...
#include <polyglot_book.hpp>
Public Attributes | |
| uint64_t | key |
| Zobrist hash of the position. | |
| uint16_t | move |
| Encoded move in Polyglot format. | |
| uint16_t | weight |
| Weight or frequency of the move. | |
| uint32_t | learn |
| Learn score (often unused). | |
Represents a single entry in a Polyglot book file.
| uint64_t PolyglotEntry::key |
Zobrist hash of the position.
| uint32_t PolyglotEntry::learn |
Learn score (often unused).
| uint16_t PolyglotEntry::move |
Encoded move in Polyglot format.
| uint16_t PolyglotEntry::weight |
Weight or frequency of the move.