io-chess
UCI chess engine
Loading...
Searching...
No Matches
polyglot_book.hpp File Reference

Polyglot opening book parser and probe utility. More...

#include "../../../preprocessing/lib/chess/chess.hpp"
#include <memory>
#include <string>
#include <vector>
Include dependency graph for polyglot_book.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PolyglotEntry
 Represents a single entry in a Polyglot book file. More...
class  PolyglotBook
 Manages loading and probing of Polyglot opening books. More...

Detailed Description

Polyglot opening book parser and probe utility.

Provides a loader and prober for standard Polyglot (.bin) opening books, returning the best move weighted by frequency.