mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
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:
parent
4b9e338541
commit
5d90c149b5
1 changed files with 0 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue