mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Simplify tm, removing faster 1st move and 1.13 extraTime.
Passed STC 10+0.1 : LLR: 2.93 (-2.94,2.94) <-1.75,0.25> Total: 349760 W: 90112 L: 90231 D: 169417 Ptnml(0-2): 784, 37970, 97496, 37841, 789 https://tests.stockfishchess.org/tests/view/665aeee00223e235f05b7d21 Passed LTC 60+0.6 : LLR: 2.95 (-2.94,2.94) <-1.75,0.25> Total: 140082 W: 35463 L: 35370 D: 69249 Ptnml(0-2): 59, 13492, 42851, 13575, 64 https://tests.stockfishchess.org/tests/view/665b15e78da109e362924e5a closes https://github.com/official-stockfish/Stockfish/pull/5334 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
180cab4438
commit
b009c43254
@@ -40,7 +40,6 @@ class TimeManagement {
|
||||
Color us,
|
||||
int ply,
|
||||
const OptionsMap& options,
|
||||
int& originalPly,
|
||||
double& originalTimeAdjust);
|
||||
|
||||
TimePoint optimum() const;
|
||||
|
||||
Reference in New Issue
Block a user