From b2f544d97c3d178c42088128c8f2d001520a2880 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Thu, 18 Jun 2020 22:52:46 +0200 Subject: [PATCH] Re-enable NMP for breakthrough and clobber --- src/search.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/search.cpp b/src/search.cpp index d303c4d..efd2a3f 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -918,7 +918,6 @@ namespace { && !excludedMove && pos.non_pawn_material(us) && (pos.pieces(~us) ^ pos.pieces(~us, PAWN)) - && (pos.pieces() ^ pos.pieces(BREAKTHROUGH_PIECE) ^ pos.pieces(CLOBBER_PIECE)) && (ss->ply >= thisThread->nmpMinPly || us != thisThread->nmpColor)) { assert(eval - beta >= 0); -- 1.7.0.4