mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +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:
committed by
Joost VandeVondele
parent
34d0c1b527
commit
6a31f54d3c
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user