mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00: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:
parent
65c2715d9a
commit
ef0bbe6e18
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue