]> git.sesse.net Git - stockfish/commitdiff
More accurate 'go nodes' searches at low count
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 13 Nov 2016 10:08:30 +0000 (11:08 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 19 Nov 2016 07:47:41 +0000 (08:47 +0100)
Makes the actual number of nodes searched match closely
the number of nodes requested, by increasing the frequency
of checking the number of nodes searched at low node count.
All other searches retain the default checking frequency of
once per 4096 nodes, and are thus unaffected.

Passed STC as non-regression
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 26643 W: 4766 L: 4655 D: 17222

No functional change.


No differences found