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

Fix #727 (winrate graph for LCB) #728

Merged
merged 2 commits into from
Sep 29, 2020
Merged

Conversation

kaorahi
Copy link
Contributor

@kaorahi kaorahi commented Jul 4, 2020

Fix #727

(notes)
In Lizzie, negative winrates are internally used for "no data" (e.g. place() in Board.java and getWinrateStats() in Leelaz.java). So wr = 100 - lastWr; was necessary in the initial version of WinrateGraph.java (82357ee). It seems needless after 570ac36 as it is inside if (playouts > 0) {.

@featurecat featurecat merged commit f18b651 into featurecat:master Sep 29, 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.

Inversion of winning percentage graph
2 participants