X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.cpp;h=28505e4e900dc4bd9ef78353f3d0846d64ee79cd;hp=6112951cc974499db1878c59954959c0b4478064;hb=bb83a417cb708e105c88052809ddfdf308b55aa9;hpb=984ee9d05b6b1916e564047b2a0b8f117f911bca;ds=sidebyside diff --git a/src/timeman.cpp b/src/timeman.cpp index 6112951c..28505e4e 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -78,7 +78,7 @@ namespace { void TimeManager::pv_instability(double bestMoveChanges) { - unstablePVExtraTime = int(bestMoveChanges * optimumSearchTime); + unstablePVExtraTime = int(bestMoveChanges * optimumSearchTime / 1.4); }