]> git.sesse.net Git - stockfish/commit
Reintroduce SEE verification against discovered attacks
authorGuenther Demetz <guenther.demetz@wuerth-phoenix.com>
Wed, 7 Jun 2023 07:01:05 +0000 (09:01 +0200)
committerStéphane Nicolet <Stephane.Nicolet@u-paris2.fr>
Sun, 11 Jun 2023 13:13:57 +0000 (15:13 +0200)
commite1dd005583bd6c2aaf58468efc5de86a3936380a
treeef35e989b9c6d0d98ac8452df30dd5229d578802
parenta9a6915e0839d3f3f54659c86f15868a7db0e386
Reintroduce SEE verification against discovered attacks

Reintroduces https://github.com/official-stockfish/Stockfish/pull/4453
along with https://github.com/official-stockfish/Stockfish/pull/4469

Leaving out
https://github.com/official-stockfish/Stockfish/pull/4533
https://github.com/official-stockfish/Stockfish/pull/4572

Passed STC:
https://tests.stockfishchess.org/tests/view/647d8c37726f6b400e408a0a
LLR: 2.93 (-2.94,2.94) <0.00,2.00>
Total: 143168 W: 38346 L: 37892 D: 66930
Ptnml(0-2): 352, 15672, 39164, 15962, 434

Passed LTC:
https://tests.stockfishchess.org/tests/view/647ee8c528c4431bcb58e432
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 71538 W: 19560 L: 19190 D: 32788
Ptnml(0-2): 49, 6905, 21499, 7259, 57

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

bench: 2595430
src/position.cpp
src/position.h
src/search.cpp