diff --git a/AUTHORS b/AUTHORS index e90e87707..74e1d46c6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Hisayori Noda (nodchip) 87flowers Aditya (absimaldata) Adrian Petrescu (apetresc) +Adrian (AdrianGHUB15) Ahmed Kerimov (wcdbmv) Ajith Chandy Jose (ajithcj) Alain Savard (Rocky640) diff --git a/src/search.cpp b/src/search.cpp index 959792e42..00f0e87b7 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -822,8 +822,7 @@ Value Search::Worker::search( { // Bonus for a quiet ttMove that fails high if (!ttCapture) - update_quiet_histories(pos, ss, *this, ttData.move, - std::min(114 * depth - 73, 797)); + update_quiet_histories(pos, ss, *this, ttData.move, std::min(114 * depth, 724)); // Extra penalty for early quiet moves of the previous ply if (prevSq != SQ_NONE && (ss - 1)->moveCount < 4 && !priorCapture)