1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Remove killer move conditions from LMR

STC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 8459 W: 1619 L: 1477 D: 5363

LTC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 32239 W: 4404 L: 4299 D: 23536

Bench: 7597031

Resolves #534
This commit is contained in:
VoyagerOne 2015-12-19 15:58:45 -05:00 committed by Joona Kiiski
parent 5bbd944099
commit ed72a1e9ba

View file

@ -982,9 +982,7 @@ moves_loop: // When in check search starts from here
// re-searched at full depth.
if ( depth >= 3 * ONE_PLY
&& moveCount > 1
&& !captureOrPromotion
&& move != ss->killers[0]
&& move != ss->killers[1])
&& !captureOrPromotion)
{
ss->reduction = reduction<PvNode>(improving, depth, moveCount);