]> git.sesse.net Git - stockfish/commit
Introduce recapture extensions
authorTaras Vuk <117687515+TarasVuk@users.noreply.github.com>
Mon, 13 Nov 2023 13:45:36 +0000 (14:45 +0100)
committerDisservin <disservin.social@gmail.com>
Wed, 15 Nov 2023 18:32:59 +0000 (19:32 +0100)
commit863a1f2b4cb233be3126b244cbd8f6c8b9b4d13c
treebfd64622ba9be4e22444827906b75672012dec78
parentfbc6b275051773b491c1c180fd7ff331194ca0f1
Introduce recapture extensions

When in a PV-node this patch extends ttMove if it is a recapture and has a good
history.

Passed STC:
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 83840 W: 21560 L: 21166 D: 41114
Ptnml(0-2): 343, 9905, 21027, 10305, 340
https://tests.stockfishchess.org/tests/view/654f4b02136acbc5735308ab

Passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 165318 W: 41068 L: 40476 D: 83774
Ptnml(0-2): 98, 18670, 44517, 19290, 84
https://tests.stockfishchess.org/tests/view/654fde04136acbc5735314e0

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

Bench: 1393911
src/search.cpp