|
io-chess
UCI chess engine
|
Polyglot opening book reader. More...
#include "polyglot_book.hpp"#include "polyglot_keys.hpp"#include <algorithm>#include <bit>#include <fstream>#include <iostream>#include <random>
Functions | |
| uint64_t | bswap_64 (uint64_t val) |
| uint16_t | bswap_16 (uint16_t val) |
Polyglot opening book reader.
Provides functionality to open, parse, and query binary Polyglot (.bin) opening books to find pre-computed moves for the opening phase of the game.
| uint16_t bswap_16 | ( | uint16_t | val | ) |

| uint64_t bswap_64 | ( | uint64_t | val | ) |
