]> git.sesse.net Git - stockfish/commit
Simplify away improvement term in null move search
authorMuzhen Gaming <61100393+XInTheDark@users.noreply.github.com>
Wed, 28 Jun 2023 10:36:11 +0000 (18:36 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 3 Jul 2023 16:27:33 +0000 (18:27 +0200)
commiteb9aaf94891f17a62798c59226642fa172972204
treea22d1598020752294048c3387a8e96045e07688c
parentfa143922aecaab6f22fe818a5ef23b6ac42fe307
Simplify away improvement term in null move search

passed STC:
https://tests.stockfishchess.org/tests/view/649c0d2edc7002ce609d33b5
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 271104 W: 72181 L: 72217 D: 126706
Ptnml(0-2): 691, 30042, 74129, 29992, 698

passed LTC:
https://tests.stockfishchess.org/tests/view/649d0dd7dc7002ce609d4efa
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 183120 W: 49469 L: 49418 D: 84233
Ptnml(0-2): 84, 17636, 56063, 17699, 78

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

Bench: 2642851
src/search.cpp