diff --git a/src/search.cpp b/src/search.cpp index fa2355130..e6ee4274e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -869,7 +869,7 @@ Value Search::Worker::search( assert((ss - 1)->currentMove != Move::null()); // Null move dynamic reduction based on depth - Depth R = 6 + depth / 3; + Depth R = 6 + depth / 3 + improving; ss->currentMove = Move::null(); ss->continuationHistory = &continuationHistory[0][0][NO_PIECE][0];