]> git.sesse.net Git - stockfish/commit
Simplify away best move count logic
authorMichael Chaly <Vizvezdenec@gmail.com>
Thu, 21 Apr 2022 12:28:23 +0000 (15:28 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 22 Apr 2022 06:09:40 +0000 (08:09 +0200)
commite41f727f0f7041b43997f04c031353be5087856b
treeee5d5a60ec09a3664f57eb58e5af6213b9df56e9
parent6e0680efa0d0653686b8eb8753dc49718b95cb2b
Simplify away best move count logic

the only place where it was used it was true with >99% probability so it seemed to not be doing much any more.

Passed STC:
https://tests.stockfishchess.org/tests/view/625f4778d00da81c22dd4c93
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 85152 W: 22487 L: 22406 D: 40259
Ptnml(0-2): 313, 9035, 23818, 9078, 332

Passed LTC:
https://tests.stockfishchess.org/tests/view/625ff1f1b03f22647441a215
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 66776 W: 17768 L: 17673 D: 31335
Ptnml(0-2): 46, 6200, 20792, 6313, 37

close https://github.com/official-stockfish/Stockfish/pull/3993

bench 7280798
src/search.cpp