]> git.sesse.net Git - stockfish/commit
More negative extensions on nonsingular nonpv nodes.
authorDubslow <bunslow@gmail.com>
Fri, 10 Mar 2023 00:33:13 +0000 (18:33 -0600)
committerStéphane Nicolet <cassio@free.fr>
Mon, 13 Mar 2023 23:41:42 +0000 (00:41 +0100)
commita48573e15fbd18fecb087c9fc02c38a07cece68b
tree23f00fd3ff3315908460a1ac82957139d6ba8327
parent39da50ed23ee3f1bd32a58c8f02471faa9a9fd63
More negative extensions on nonsingular nonpv nodes.

Following up the previous gainer also in this nonsingular node
section of code. Credit shared with @FauziAkram for realizing
this nonsingular node stuff had some potential, and @XInTheDark
for reminding us that !PvNodes better handle extensions/reductions
than Pv.

Passed STC: https://tests.stockfishchess.org/tests/view/640a7bb32644b62c339457c3
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 136776 W: 36598 L: 36149 D: 64029
Ptnml(0-2): 439, 14834, 37384, 15301, 430

Passed LTC: https://tests.stockfishchess.org/tests/view/640c43a02644b62c3394b23c
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 79536 W: 21363 L: 20984 D: 37189
Ptnml(0-2): 28, 7525, 24285, 7900, 30

closes https://github.com/official-stockfish/Stockfish/pull/4441

Bench: 4444953
src/search.cpp