diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-01 19:18:56 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-01 19:18:56 +0200 |
| commit | cfe75795ef5f3afb384760affdb746eb4b0f41f7 (patch) | |
| tree | bb11b468a0e24033cc7d2b2a74f970dafa64a71e /src/opening_book.hpp | |
| parent | 69252d4de9b5cc9c27c7e4815277d577a13e1be1 (diff) | |
removing openning book
Diffstat (limited to 'src/opening_book.hpp')
| -rw-r--r-- | src/opening_book.hpp | 24 |
1 files changed, 0 insertions, 24 deletions
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 <cstdint> -#include <string> -#include <vector> -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<Polygot_Entry> entries; -}; -#endif /* SRC_OPENING_BOOK_H_ */ |
