]> git.sesse.net Git - stockfish/commit - src/search.cpp
Simplify SEE verfication logic
authorpb00067 <pb00067@phxl0401.wp.lan>
Wed, 17 May 2023 07:22:02 +0000 (09:22 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 20 May 2023 08:16:04 +0000 (10:16 +0200)
commit7cd650f435715f73550d1f8031315e65b701d631
treed272c8606386f5685fc8c94e52654e160bdcae88
parent4b085c4777c36939bd0a598f4bc3e0c04606e31b
Simplify SEE verfication logic

Passed STC
https://tests.stockfishchess.org/tests/view/6461d51887f6567dd4df27d0
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 177056 W: 47181 L: 47118 D: 82757
Ptnml(0-2): 456, 19381, 48792, 19442, 457

Passed LTC
https://tests.stockfishchess.org/tests/view/64631a9287f6567dd4df4502
2.94 (-2.94,2.94) <-1.75,0.25>
Total: 104346 W: 28062 L: 27935 D: 48349
Ptnml(0-2): 25, 10190, 31631, 10287, 40

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

bench: 2903251
src/search.cpp