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

Rank vs ELO #14

Open
kris-computer-go opened this issue Mar 19, 2019 · 2 comments
Open

Rank vs ELO #14

kris-computer-go opened this issue Mar 19, 2019 · 2 comments

Comments

@kris-computer-go
Copy link

Can you explain please how you calculate ELO?

I have thousands of games between LZ / ELF / PhoenixGo / MiniGo but I don't know how to calculate ELO from this.

About rank it seems to me that you assume 1 kyu / dan difference for every 200 points, right?

@breakwa11
Copy link
Owner

@amj
Copy link

amj commented Mar 29, 2019

@kris-computer-go i'm not the author but i'm fairly certain the code used to compute the ratings is the same as the code used here: https://github.com/tensorflow/minigo/blob/master/ratings/ratings.py#L190

I scraped the .md files and converted them into a list of numbers, used the same fixed point of zen7 1D=1800, and the numbers lined up exactly. So i'm assuming @breakwa11 is using the same constants and the choix module's implementation of bradley terry.

Just a guess though! :)

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

No branches or pull requests

3 participants