X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimeman.cpp;h=69d1c96fa9822ed308a3bb04e54a97c7384a0821;hb=b82d93ece484f833c994b40d9eddd959ba20ef92;hp=d3713ee403ab6786a0cf56239ca2796d93c506dc;hpb=5b47b4e6c04719e66559efe91e505569e0f7aafa;p=stockfish diff --git a/src/timeman.cpp b/src/timeman.cpp index d3713ee4..69d1c96f 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -69,7 +69,7 @@ void TimeManagement::init(Search::LimitsType& limits, Color us, int ply) { limits.time[us] + limits.inc[us] * (mtg - 1) - moveOverhead * (2 + mtg)); // Use extra time with larger increments - double optExtra = std::clamp(1.0 + 10.0 * limits.inc[us] / limits.time[us], 1.0, 1.1); + double optExtra = std::clamp(1.0 + 12.0 * limits.inc[us] / limits.time[us], 1.0, 1.12); // A user may scale time usage by setting UCI option "Slow Mover" // Default is 100 and changing this value will probably lose elo.