diff --git a/AUTHORS b/AUTHORS index a345bb69f..092980fe5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -58,6 +58,7 @@ Daniel Axtens (daxtens) Daniel Dugovic (ddugovic) Daniel Monroe (Ergodice) Dan Schmidt (dfannius) +DanSamek Dariusz Orzechowski (dorzechowski) David (dav1312) David Zar diff --git a/src/search.cpp b/src/search.cpp index 7a1a36100..5f5934a49 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1215,7 +1215,7 @@ moves_loop: // When in check, search starts here r += 1171 + (depth < 8) * 985; // Increase reduction if next ply has a lot of fail high - if ((ss + 1)->cutoffCnt > 3) + if ((ss + 1)->cutoffCnt > 2) r += 1042 + allNode * 864; // For first picked move (ttMove) reduce reduction