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

Incorrect rating game result #1016

Open
thynson opened this issue Jan 25, 2025 · 1 comment
Open

Incorrect rating game result #1016

thynson opened this issue Jan 25, 2025 · 1 comment

Comments

@thynson
Copy link

thynson commented Jan 25, 2025

This is a rating game contributed by my computer. its komi setting is 6.5 but the result of this game is draw(which I believe should be W+1.5). To my best knowledge of Go rules, draw should be impossible on non-integral komi games unless allowed by superko.

@hhfhhfhfh1
Copy link

well,look at the Rules line:
Rules: {'ko': 'SIMPLE', 'tax': 'NONE', 'scoring': 'AREA', 'suicide': True, 'hasButton': True}
'hasButten' means the first player to pass would be rewarded by 0.5 point, which means the actual komi is 7 ,so the result is draw

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

2 participants