]> git.sesse.net Git - stockfish/commit
Remove recaptures stage in qsearch
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Wed, 29 Nov 2023 09:25:01 +0000 (17:25 +0800)
committerDisservin <disservin.social@gmail.com>
Sat, 2 Dec 2023 10:45:38 +0000 (11:45 +0100)
commit15d47a2b3821b92c4d048f39f7f43c301299d365
tree45506f34148221bc1d75489448c3a7e31fee0f23
parent85403a89bac9fe3538ae410fe651364abf78c504
Remove recaptures stage in qsearch

Simplify an old commit
https://github.com/official-stockfish/Stockfish/commit/72760c05c64d1fb2bb71c2ac54acfbeecf513b87.

Search is not stuck on the test position given
r1n1n1b1/1P1P1P1P/1N1N1N2/2RnQrRq/2pKp3/3BNQbQ/k7/4Bq2 w - - 0 1

Passed STC:
https://tests.stockfishchess.org/tests/view/6567050d136acbc573550919
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 236160 W: 59475 L: 59475 D: 117210
Ptnml(0-2): 841, 28266, 59816, 28366, 791

Passed LTC:
https://tests.stockfishchess.org/tests/view/6567d133136acbc573551c78
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 201690 W: 49630 L: 49593 D: 102467
Ptnml(0-2): 128, 23214, 54122, 23255, 126

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

Bench: 1604361
src/movepick.cpp
src/movepick.h
src/search.cpp
src/types.h