mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Always re-enable NNUE after "bench".
Restore the default NNUE setting (enabled) after a bench command. This also makes the resulting program settings independent of the number of FENs that are being benched. Fixes issue #3112. closes https://github.com/official-stockfish/Stockfish/pull/3113 No functional change.
This commit is contained in:
parent
fc27d158c0
commit
d2562cde12
1 changed files with 2 additions and 0 deletions
|
@ -164,5 +164,7 @@ vector<string> setup_bench(const Position& current, istream& is) {
|
|||
++posCounter;
|
||||
}
|
||||
|
||||
list.emplace_back("setoption name Use NNUE value true");
|
||||
|
||||
return list;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue