Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add equal-strength drawrate to log output #205

Open
kiudee opened this issue Apr 2, 2022 · 0 comments
Open

Add equal-strength drawrate to log output #205

kiudee opened this issue Apr 2, 2022 · 0 comments
Labels
enhancement New feature or request Priority: Medium

Comments

@kiudee
Copy link
Owner

kiudee commented Apr 2, 2022

We recently added an estimate of the drawrate of the current match. This is useful to determine if the book used for tuning is suitable.
The specific drawrate is of course dependent on the Elo difference between both playing engines.
To get a more invariant measure of the draw rate of the book, we should use the "equal strength drawrate", that is the drawrate which would result if both engines were actually of equal strength.

It is possible to compute this using:

d_equal = d / (2 * sqrt(-w * (d + w - 1)) + d)
@kiudee kiudee added enhancement New feature or request Priority: Medium labels Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant