mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
remove evalType from bench
no longer used closes https://github.com/official-stockfish/Stockfish/pull/4694 No functional change
This commit is contained in:
parent
34d0c1b527
commit
6a31f54d3c
2 changed files with 1 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -180,6 +180,7 @@ renouve
|
||||||
Reuven Peleg (R-Peleg)
|
Reuven Peleg (R-Peleg)
|
||||||
Richard Lloyd (Richard-Lloyd)
|
Richard Lloyd (Richard-Lloyd)
|
||||||
rn5f107s2
|
rn5f107s2
|
||||||
|
Robert Nürnberg (robertnurnberg)
|
||||||
Rodrigo Exterckötter Tjäder
|
Rodrigo Exterckötter Tjäder
|
||||||
Rodrigo Roim (roim)
|
Rodrigo Roim (roim)
|
||||||
Ronald de Man (syzygy1, syzygy)
|
Ronald de Man (syzygy1, syzygy)
|
||||||
|
|
|
@ -121,7 +121,6 @@ vector<string> setup_bench(const Position& current, istream& is) {
|
||||||
string limit = (is >> token) ? token : "13";
|
string limit = (is >> token) ? token : "13";
|
||||||
string fenFile = (is >> token) ? token : "default";
|
string fenFile = (is >> token) ? token : "default";
|
||||||
string limitType = (is >> token) ? token : "depth";
|
string limitType = (is >> token) ? token : "depth";
|
||||||
string evalType = (is >> token) ? token : "mixed";
|
|
||||||
|
|
||||||
go = limitType == "eval" ? "eval" : "go " + limitType + " " + limit;
|
go = limitType == "eval" ? "eval" : "go " + limitType + " " + limit;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue