Skip to content

Commit

Permalink
Enable LMR for dangerous moves
Browse files Browse the repository at this point in the history
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
  • Loading branch information
glinscott authored and mcostalba committed Aug 29, 2013
1 parent 4b9e338 commit 5d90c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ namespace {
if ( depth > 3 * ONE_PLY
&& !pvMove
&& !captureOrPromotion
&& !dangerous
&& move != ttMove
&& move != ss->killers[0]
&& move != ss->killers[1])
Expand Down

0 comments on commit 5d90c14

Please sign in to comment.