X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.cpp;h=8d2bacca3c10c4d20e73c8f59ddaaf0be85fe12c;hp=e1b3d4e641e43a2e7e25e95c92904b50d9feeca4;hb=2097cd12217a0e18c59bd88424ca613572e6feb2;hpb=c5ec94d0f1b128fc2c691c7231663a345409d5cc 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