]> git.sesse.net Git - stockfish/commit
Adjust standpat return value in qsearch
authorMichael Chaly <Vizvezdenec@gmail.com>
Thu, 9 May 2024 18:10:24 +0000 (21:10 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 13 May 2024 05:22:11 +0000 (07:22 +0200)
commitd3f081ed8ad749cc7e07c0d85b4e8818678f952f
tree8c56bd000d5be98f27a10636506eff6c454e1336
parent813c5aa5329011e218dad8dc53d61504cecadc3f
Adjust standpat return value in qsearch

Instead of returning value itself return value between it and beta for non pv nodes - analogous to what we do after actual search there.

Passed STC:
https://tests.stockfishchess.org/tests/view/663cb1b4c0b75d7f7b98188e
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 131552 W: 34131 L: 33673 D: 63748
Ptnml(0-2): 420, 15446, 33600, 15876, 434

Passed LTC:
https://tests.stockfishchess.org/tests/view/663cda5dc0b75d7f7b981c6f
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 282798 W: 71658 L: 70833 D: 140307
Ptnml(0-2): 112, 31187, 77979, 32006, 115

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

Bench: 1606672
src/search.cpp