X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.cpp;h=c7c19f47cce34a8d53cc15cf61c3f87c5d5755a9;hp=bc9c2e5b4b7876025d9cf86126cdeec4f242a633;hb=d909d10f33df023be46a2633608bdf655d1f5a62;hpb=d5ba8e827d840995e79435986a8a7a2a45626eca diff --git a/src/timeman.cpp b/src/timeman.cpp index bc9c2e5b..c7c19f47 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -33,7 +33,7 @@ namespace { enum TimeType { OptimumTime, MaxTime }; const int MoveHorizon = 50; // Plan time management at most this many moves ahead - const double MaxRatio = 7.09; // When in trouble, we can step over reserved time with this ratio + const double MaxRatio = 7.09; // When in trouble, we can step over reserved time with this ratio const double StealRatio = 0.35; // However we must not steal time from remaining moves over this ratio