diff --git a/src/search.cpp b/src/search.cpp index 634492682..5a0185618 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1167,8 +1167,7 @@ moves_loop: // When in check, search starts here // These reduction adjustments have no proven non-linear scaling - r += 671; // Base reduction offset to compensate for other tweaks - r -= (threadIdx % 8) * 64; + r += 543; // Base reduction offset to compensate for other tweaks r -= moveCount * 66; r -= std::abs(correctionValue) / 30450;