mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Teach polyglot the new "Best Book Move" UCI option
Also turn off log by default as is in UCI case. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ EngineCommand = ./stockfish
|
||||
Book = false
|
||||
BookFile = book.bin
|
||||
|
||||
Log = true
|
||||
Log = false
|
||||
LogFile = stockfish.log
|
||||
|
||||
Resign = true
|
||||
@@ -19,6 +19,7 @@ Hash = 128
|
||||
Threads = 1
|
||||
OwnBook = false
|
||||
Book File = book.bin
|
||||
Best Book Move = false
|
||||
Use Search Log = false
|
||||
Search Log Filename = SearchLog.txt
|
||||
Mobility (Middle Game) = 100
|
||||
|
||||
Reference in New Issue
Block a user