Auto scoring

Is the score calculated by a specific program or is it calculated by the “estimate the score” program"?

I guess scoring a finished game is much easier and less prone to failure

I think I raised a similar question here:

The auto score button just resets the stone status to the initial position. The players can still edit it and need to confirm it. It’s useful for quickly fixing things if a lot of things get messed up.

Scoring for some bots works differently, where the stone status is automatically decided and cannot be edited by the human player. I suppose this is to prevent abuse. To avoid issues, it’s best to remove all doubt about life and death by using Chinese rules (which most bots already require) and playing on until you’ve captured any questionable enemy stones, and clearly established life for all of your stones.

I am unsure I understand correctly, but if I do:

AFAIK the estimation during a game is done by the same algorithm as the final count (only maybe with less playouts?).

Hum sorry but It’s not very clear as I don’t speak about autoscore button but how the score is calculated after both agreement.

Thanks for the reply. There is no mention of score calculator although in the readme.
So I stay curious, should I conclude the calculator is the estimator?
I will then feel more concerned about all the weird guess from the estimator.

score estimator AND dead stone removal suggester (remove dead stones being the phase after two passes)

Again, if you are asking if the algorithm is the same for score estimating as well as the final count, as far as I know it is. (there may be a different number of playouts maybe for the final count?) but other than that it should be the same code.

If you are asking about something else please try to rephrase the question :slight_smile: I am getting confused

Ok I got it :slight_smile:
Thank you.

1 Like

I’m not sure that is right. The score estimator always gives scores using Chinese rules, while the preliminary autoscore during the stone removal phase uses Japanese, Chinese, etc. depending on the game specifications. So at a minimum, there is an addition of some kind to the algorithm used by the estimator.

1 Like

I was in doubt because other servers with not that better estimator btw (kgs for one but not only) use a different procedure to calculate the game at the end. Which relieve me when I see how deeply wrong the estimator often can be during the game.

But I dunno I really just asked :slight_smile: and accept any answer from who knows.

Okay, seems the question is more complicated that I initially thought :smiley:

I still maintain that probably basically the same algorithm is used. Going by the github description and this line:

But indeed that does not mean the whole code is the same. I am assuming the algorithm is just used for determining alive/dead groups and the scoring itself is run off it. But more I rather dare not discuss, we can involve anoek if it is somehow important :slight_smile:

After both player agreed which stones are dead, nothing (fancy) happens.

In the stone removal phase, you can see which empty point is scored for which player (the white/black squares). The scoring algorithm just counts this points as territory, so this is almost fail-save.
The dead (transparent) stones are added to the prisoners and counted as such.

In the stone removal phase you can see how many points each player have. This score will not change after both player accepted it.

I don’t know what algorithm is used for the dead-stone-detection after both players passed. But after this initial process the server only counts what both players decided is dead/alive and assigned as territory of black/white.


The problem of the score estimator is the dead or alive detection and the assignment of empty points as territory. It shows its assignments by using black/white squares. Counting of this points is something even the SE gets right :wink:

Maybe I’m unlucky but the few times I was curious of the estimation, I had to rescore by myself. Not only because of uncertainty still not clearly fixed (I do understand) but much worse because he marks dead as alive chains of stones (or reverse ofc) Seems to have difficulty with bamboo joint for example.
Gladly the final scoring of the game looks working much better. So somehow I was wondering.

Just to be sure, you know you can change the live/dead status of stones in the stone removal phase by clicking on them. The same for territory points in case Seki is detected wrong.

I have no difficulty on this side, thanks for your concern. Tricking the abusing players who even don’t (or can’t) check the estimation may be the point to keep it running like this?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.