]> git.sesse.net Git - stockfish/commit
Remove an unneeded randomization of evals.
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 31 Jul 2022 14:55:07 +0000 (16:55 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 12 Aug 2022 12:30:33 +0000 (14:30 +0200)
commit1054a483ca0c560d30fb61617c0192cb4cd31528
treeb5b877d428cf031535d63ba5e5cda2a787f1aeac
parent0a01dd044f8a8f291127ebf60462773bf12c90c7
Remove an unneeded randomization of evals.

most of the effect comes from the randomization of 3-folds.

passed STC:
https://tests.stockfishchess.org/tests/view/62e697e97e84186e5d19af6f
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 572976 W: 153168 L: 153539 D: 266269
Ptnml(0-2): 2505, 64783, 152364, 64250, 2586

passed LTC:
https://tests.stockfishchess.org/tests/view/62ee5977523c86dcd6957154
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 704808 W: 191212 L: 191680 D: 321916
Ptnml(0-2): 1340, 70579, 208972, 70235, 1278

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

Bench: 5868987
src/search.cpp