fix results reporting infinite games incorrectly #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See
400415655f.For a while the infinite games were reported incorrectly as a -1 in the WinningHandConfigurationDistribution instead of the MoveCountDistribution, as they should have been. This is fixed on the main server, maybe not elsewhere.
By a quick assessment, it looks as though no >5000 move games have been discovered; so this issue only concerns a few infinite games which have been reported incorrectly. The fix for this is relatively straightforward: count the -1s in the WHCD as infinite games, and fix it in the results files.
I'll put a server-side fix for this; but this should probably also be fixed in the results files when the project is finished.
mentioned in commit
ab7d65c647