-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, a node was one complete playout from the root position. Now, we redefine nodes count to the number of times `perform_one_iteration()` is called, i.e. for every position we consider. The previous definition has been renamed to "iters" as a more unambiguous term. The benefit of this is a much more consistent NPS value, as opposed to the previous version where NPS would greatly fluctuate between different patches. This patch also includes all search threads in the total nodes count calculation and output, not just the main thread. Bench depth was also decreased from 7 to 6 to reduce the total time a bench takes. Passed non-regression STC: LLR: 3.05 (-2.94,2.94) <-3.50,0.50> Total: 77896 W: 18486 L: 18528 D: 40882 Ptnml(0-2): 1173, 8945, 18710, 8991, 1129 https://montychess.org/tests/view/66ba5f9d3ae9310e136de28e Passed non-regression STC SMP: LLR: 2.97 (-2.94,2.94) <-3.50,0.50> Total: 30404 W: 7246 L: 7172 D: 15986 Ptnml(0-2): 434, 3388, 7475, 3480, 425 https://montychess.org/tests/view/66ba6ff93ae9310e136de30e Bench: 2093550
- Loading branch information
1 parent
acf9c34
commit 90ccd51
Showing
3 changed files
with
78 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters