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
This commit is contained in:
Gary Linscott 2013-08-29 01:00:56 -04:00 committed by Marco Costalba
parent 4b9e338541
commit 5d90c149b5

View file

@ -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])