]> git.sesse.net Git - stockfish/commit
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)
commitcddc8d4546ab0d7b63081cb75cbca66b9c68628b
tree377f7ce5a3c34ffd44921f9565d966ebffc02b36
parenta90fc4c877b39769ebdf227b3124008ec394ad3d
More accurate 'go nodes' searches at low count

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.
src/search.cpp