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

Update expected_win_probability to match math in glicko_update #58

Merged

Conversation

dexonsmith
Copy link
Contributor

Update expected_win_probability to Glicko-2 math, as if it were extracted from glicko_update. This is based on the assumption that the E in Glicko-2 still means "expected win probability".

Previously this function was using the math from Glicko-1.

Relates to #45.
Replaces #54. Note: the math domain error I thought #54 would fix does not go away with this commit. That has been fixed directly via #57.

Update `expected_win_probability` to Glicko-2 math, as if it were extracted
from `glicko_update`. This is based on the assumption that the `E` in
`Glicko-2` still means "expected win probability".

Previously this function was using the math from Glicko-1.
@anoek
Copy link
Member

anoek commented Jan 13, 2024

Thanks!

@anoek anoek merged commit 38ce1c4 into online-go:master Jan 13, 2024
@dexonsmith dexonsmith deleted the expected-win-probability-glicko-2 branch January 13, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants