diff --git a/Rapfi/search/ab/search.cpp b/Rapfi/search/ab/search.cpp index 47470f4..89e435b 100644 --- a/Rapfi/search/ab/search.cpp +++ b/Rapfi/search/ab/search.cpp @@ -1301,8 +1301,8 @@ Value search(Board &board, SearchStack *ss, Value alpha, Value beta, Depth depth searchData->rootAlpha = alpha; // Reduce other moves if we have found at least one score improvement - if (depth > 2 && depth < 12 && beta < 2000 && value > -2000) - depth -= 1; + //if (depth > 2 && depth < 12 && beta < 2000 && value > -2000) + // depth -= 1; // If we are in balance move mode, we also shrink beta as to narrow // the search window to [-abs(v-bias)+bias, abs(v-bias)+bias].