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_consistency #62

Closed
wants to merge 3 commits into from
Closed

Conversation

bale-go
Copy link
Contributor

@bale-go bale-go commented Jun 7, 2020

A stand-alone script to calculate the overall rank of the total game and parts of it (opening, early middle, late middle game, endgame).
The function expects a list containing the number of legal moves, a list with the policy rank of the move, a list a list with the policy value of the move, and the length of segments (e.g. 50 moves).
It returns a list with the overall rank in kyu and ranks of consecutive segments.
3 examples are included.

@sanderland
Copy link
Owner

interesting work, but it doesn't really fit in for now, so i'll leave it in PR until we figure that out.

@bale-go
Copy link
Contributor Author

bale-go commented Jun 8, 2020

3 non random parsed files and a spreadsheet to show the calculations.
Some changes in the script.

@bale-go
Copy link
Contributor Author

bale-go commented Jun 9, 2020

Switched from median to average where the best and worst 20% of moves are removed.
More consistent estimation of higher ranks are possible now.

@Satoshi-Yoda
Copy link
Contributor

Looks like very interesting work :3

@sanderland
Copy link
Owner

Looks like very interesting work :3

See issue #44 for a very long discussion :)

@sanderland sanderland closed this Jun 17, 2020
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.

None yet

3 participants