mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Add "Best Book Move" UCI option
Is a boolean option that when set allows Stockfish to select the best book move across the possible ones. Feature requested by Salvo Spitaleri. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public:
|
||||
void open(const std::string& fName);
|
||||
void close();
|
||||
const std::string file_name();
|
||||
Move get_move(const Position& pos);
|
||||
Move get_move(const Position& pos, bool findBestMove);
|
||||
|
||||
private:
|
||||
Book& operator>>(uint64_t& n) { n = read_integer(8); return *this; }
|
||||
|
||||
Reference in New Issue
Block a user