]> git.sesse.net Git - stockfish/commit
Adjust singular extension depth restriction
authorMichael Chaly <Vizvezdenec@gmail.com>
Thu, 9 Dec 2021 16:33:06 +0000 (19:33 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 9 Dec 2021 19:50:00 +0000 (20:50 +0100)
commit8e8234593190804babd36b8a8862e2bb1fc65bb7
treec0061087e42593da21ee87958374a872dd7f3319
parent94514199123874c0029afb6e00634f26741d90db
Adjust singular extension depth restriction

This patch is a modification of original idea by lonfom169 which had a good yellow run
- do singular extension search with depth threshold 6 unless this is a PvNode with is a part of a PV line -
for them set threshold to 8 instead.

Passed STC
https://tests.stockfishchess.org/tests/view/61b1080406b4c2dcb1b1128c
LLR: 2.95 (-2.94,2.94) <0.00,2.50>
Total: 84352 W: 21917 L: 21555 D: 40880
Ptnml(0-2): 288, 9524, 22185, 9896, 283

Passed LTC
https://tests.stockfishchess.org/tests/view/61b1860a06b4c2dcb1b134a1
LLR: 2.95 (-2.94,2.94) <0.50,3.00>
Total: 63520 W: 16575 L: 16237 D: 30708
Ptnml(0-2): 27, 6519, 18350, 6817, 47

https://github.com/official-stockfish/Stockfish/pull/3840

bench 4729473
src/search.cpp