diff --git a/Rapfi/search/ab/search.cpp b/Rapfi/search/ab/search.cpp index 47470f4..f72765b 100644 --- a/Rapfi/search/ab/search.cpp +++ b/Rapfi/search/ab/search.cpp @@ -1134,8 +1134,8 @@ Value search(Board &board, SearchStack *ss, Value alpha, Value beta, Depth depth r += NOKILLER_CUTNODE_REDUCTION; // Increase reduction for useless defend move (~25 elo) - if (oppo4 && ss->moveP4[oppo] < E_BLOCK4) - r += (distOppo > 4) * 2 + (distSelf > 4); + //if (oppo4 && ss->moveP4[oppo] < E_BLOCK4) + // r += (distOppo > 4) * 2 + (distSelf > 4); // Decrease reduction for continuous attack if (!oppo4 && (ss - 2)->moveP4[self] >= H_FLEX3