mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33: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
|
Book = false
|
||||||
BookFile = book.bin
|
BookFile = book.bin
|
||||||
|
|
||||||
Log = true
|
Log = false
|
||||||
LogFile = stockfish.log
|
LogFile = stockfish.log
|
||||||
|
|
||||||
Resign = true
|
Resign = true
|
||||||
|
@ -19,6 +19,7 @@ Hash = 128
|
||||||
Threads = 1
|
Threads = 1
|
||||||
OwnBook = false
|
OwnBook = false
|
||||||
Book File = book.bin
|
Book File = book.bin
|
||||||
|
Best Book Move = false
|
||||||
Use Search Log = false
|
Use Search Log = false
|
||||||
Search Log Filename = SearchLog.txt
|
Search Log Filename = SearchLog.txt
|
||||||
Mobility (Middle Game) = 100
|
Mobility (Middle Game) = 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue