From cfe75795ef5f3afb384760affdb746eb4b0f41f7 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 1 Aug 2026 19:18:56 +0200 Subject: removing openning book --- src/opening_book.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/opening_book.hpp (limited to 'src/opening_book.hpp') diff --git a/src/opening_book.hpp b/src/opening_book.hpp deleted file mode 100644 index e37e8b3..0000000 --- a/src/opening_book.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef SRC_OPENING_BOOK_H_ -#define SRC_OPENING_BOOK_H_ - -#include "board/board.hpp" -#include -#include -#include -struct Polygot_Entry { - uint64_t key; - uint16_t move; - uint16_t weight; - uint32_t learn; -}; - -class Polyglot_Book { -public: - bool Load(const std::string &filename); - bool HasMove(const Game &board) const; - Move GetMove(const Game &board) const; - -private: - std::vector entries; -}; -#endif /* SRC_OPENING_BOOK_H_ */ -- cgit v1.2.3