From 5d90c149b5804403e5e8c1a25d0b37577b059712 Mon Sep 17 00:00:00 2001 From: Gary Linscott Date: Thu, 29 Aug 2013 01:00:56 -0400 Subject: [PATCH] Enable LMR for dangerous moves Passed both short TC LLR: 2.96 (-2.94,2.94) Total: 5598 W: 1250 L: 1125 D: 3223 And long TC LLR: 2.97 (-2.94,2.94) Total: 16441 W: 3102 L: 2912 D: 10427 bench: 4620975 --- src/search.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index dcd8b0d1..c85cdb5d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -941,7 +941,6 @@ moves_loop: // When in check and at SpNode search starts from here if ( depth > 3 * ONE_PLY && !pvMove && !captureOrPromotion - && !dangerous && move != ttMove && move != ss->killers[0] && move != ss->killers[1]) -- 2.39.2