X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.cpp;h=8d2bacca3c10c4d20e73c8f59ddaaf0be85fe12c;hp=e1b3d4e641e43a2e7e25e95c92904b50d9feeca4;hb=bd8f463b7e93e1a0a8c8be07b0c022326f507722;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/timeman.cpp b/src/timeman.cpp index e1b3d4e6..8d2bacca 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -29,7 +29,7 @@ namespace { /// Constants const int MoveHorizon = 50; // Plan time management at most this many moves ahead - const float MaxRatio = 3.0f; // When in trouble, we can step over reserved time with this ratio + const float MaxRatio = 7.0f; // When in trouble, we can step over reserved time with this ratio const float StealRatio = 0.33f; // However we must not steal time from remaining moves over this ratio