]> git.sesse.net Git - stockfish/commit
Simplify time management.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Wed, 27 Apr 2022 11:09:53 +0000 (13:09 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 3 May 2022 15:54:23 +0000 (17:54 +0200)
commit285a79eaa0b89b342b5e4f217682e083a6fd33f5
tree3096322c776236cc7c30b8cfcbb89f6dc36ec303
parente1f12aa4e61a8bbb772918c405137acdd85e3eec
Simplify time management.

Replace the best move instability adjustment factor by a simpler version which doesn't have a dependency on the iteration depth.

STC:
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 30800 W: 8232 L: 8073 D: 14495
Ptnml(0-2): 101, 3309, 8444, 3422, 124
https://tests.stockfishchess.org/tests/view/6266c77bc5b924ba22908d30

LTC:
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 61664 W: 16375 L: 16272 D: 29017
Ptnml(0-2): 40, 5869, 18897, 6000, 26
https://tests.stockfishchess.org/tests/view/6266fc39b3d1812808915f23

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

Bench: 7729968
src/search.cpp