]> git.sesse.net Git - stockfish/commit
Simplify a depth condition
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Tue, 8 Aug 2023 09:06:31 +0000 (17:06 +0800)
committerDisservin <disservin.social@gmail.com>
Sun, 13 Aug 2023 09:40:35 +0000 (11:40 +0200)
commit222f3ea55bab2414c4c260391ffd14dabc1684df
treef93db5feb5c36a4daa8a8c7449e3c960572f96ec
parentd97a02ea2b9328e666aff7a906820c9ec65ab381
Simplify a depth condition

As the negative extension term has sensitive scaling, it would make more sense to allow more negative extension also at lower depth, and not just a region between low and high depth.

Passed STC:
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 124096 W: 31611 L: 31485 D: 61000
Ptnml(0-2): 422, 14437, 32205, 14561, 423
https://tests.stockfishchess.org/tests/view/64d205d75b17f7c21c0dea82

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 387882 W: 97840 L: 97993 D: 192049
Ptnml(0-2): 198, 42004, 109668, 41895, 176
https://tests.stockfishchess.org/tests/view/64d333f85b17f7c21c0e06c6

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

Bench: 1542357
src/search.cpp