X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=36a89d835411bcca9d797e3265a1a66b7fcf7590;hp=4683a006ffe42c93f613a384f83df61b26418bcf;hb=b15e148b5e8929cfc17a388c79fbf4acdc0712f6;hpb=bb83a417cb708e105c88052809ddfdf308b55aa9 diff --git a/src/search.cpp b/src/search.cpp index 4683a006..36a89d83 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -143,6 +143,9 @@ void Search::init() { if (Reductions[0][0][hd][mc] > 2 * ONE_PLY) Reductions[0][0][hd][mc] += ONE_PLY; + + else if (Reductions[0][0][hd][mc] > 1 * ONE_PLY) + Reductions[0][0][hd][mc] += ONE_PLY / 2; } // Init futility margins array