]> git.sesse.net Git - stockfish/commit
Subtract the margin from the value returned by ProbCut
authorTaras Vuk <117687515+TarasVuk@users.noreply.github.com>
Thu, 19 Oct 2023 12:31:23 +0000 (14:31 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 21 Oct 2023 08:34:12 +0000 (10:34 +0200)
commite18619d07802882136b583a01e56791b61abede6
tree8b71f88c14170aa731c3ba4ff65c561c6de89d6f
parent90c18b0b500a5226717353a37a82cd026d71b616
Subtract the margin from the value returned by ProbCut

This patch subtracts the margin from the value returned by ProbCut.

Passed STC:
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 46112 W: 11940 L: 11610 D: 22562
Ptnml(0-2): 131, 5318, 11842, 5620, 145
https://tests.stockfishchess.org/tests/view/652ea42ade6d262d08d329dd

Passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 86880 W: 22192 L: 21776 D: 42912
Ptnml(0-2): 43, 9213, 24510, 9633, 41
https://tests.stockfishchess.org/tests/view/652f70ffde6d262d08d33e8d

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

bench: 1135313
src/search.cpp