Skip to content

Commit 5d90c14

Browse files
glinscottmcostalba
authored andcommitted
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
1 parent 4b9e338 commit 5d90c14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/search.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,6 @@ namespace {
941941
if ( depth > 3 * ONE_PLY
942942
&& !pvMove
943943
&& !captureOrPromotion
944-
&& !dangerous
945944
&& move != ttMove
946945
&& move != ss->killers[0]
947946
&& move != ss->killers[1])

0 commit comments

Comments
 (0)