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

Change top 3 game changing moves to worst 3 moves #867

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

flovo
Copy link
Contributor

@flovo flovo commented Aug 14, 2019

In my opinion, a game changing move is a move which deviates much from perfect play. Since we don't know what perfect play would look like, we approximate it by using an AI.

Positive win rate changes are an artefact of the limited AI, not a sing for a game changing move. Therefore, we shouldn't include positive changes in the Top 3. (positive changes are rarely in the top 3 anyway, since their abs is usually small)

Don't treat positive win rate changes as game changing.
@anoek
Copy link
Member

anoek commented Aug 14, 2019

I think I agree with this, I'm going to update the backend to match for the quick top 3 analysis at the same time as I merge and roll this out I think.

@anoek anoek merged commit 8ecebfb into online-go:devel Nov 14, 2019
@anoek
Copy link
Member

anoek commented Nov 14, 2019

Thanks for this! Sorry it took so long to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants