]> git.sesse.net Git - stockfish/commit
Time mgmt fix division.
authorDubslow <bunslow@gmail.com>
Fri, 1 Jul 2022 16:53:16 +0000 (11:53 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 9 Jul 2022 08:53:17 +0000 (10:53 +0200)
commitaa18b68033403ee2d8d49df783cab32e6bccf59c
treee27abe68f0e7d0118bb3501884f13c8c5e4110c7
parentc2aaaa65f97d4cd5fc06f19ce8d158d85dcd7a7b
Time mgmt fix division.

oversight changed the corresponding float division to integer division in a previous tune https://github.com/official-stockfish/Stockfish/commit/442c40b43de8ede1e424efa674c8d45322e3b43c it is stronger to keep the original float division.

green LTC: https://tests.stockfishchess.org/tests/view/62bf34bc0340fb1e0cc934e7
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 38952 W: 10738 L: 10467 D: 17747
Ptnml(0-2): 46, 3576, 11968, 3833, 53

yellow STC: https://tests.stockfishchess.org/tests/view/62bff6506178ffe6394ba1d1
LLR: -2.95 (-2.94,2.94) <0.00,2.50>
Total: 226960 W: 61265 L: 61062 D: 104633
Ptnml(0-2): 938, 24398, 62582, 24647, 915

further slightly tweaked tests confirm this Elo gain.

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

No functional change
src/search.cpp