leela-zero / leela-zero-server

Server side code of the Leela Zero project
GNU Affero General Public License v3.0
67 stars 41 forks source link

Game scoring bug #203

Open humuyan opened 6 years ago

humuyan commented 6 years ago

http://zero.sjeng.org/match-games/5b739738cc3dde4a3e5c2909 In Game 101, the result shoud be B+0.5 Is it possible that the scoring system mistakes the winner?

MartinVingerhoets commented 6 years ago

No, it is scored correctly since all stones that are not captured are considered alive. So the territories which still has the opponent's stones in it are considered 0 points. It doesn't matter because the opponent can just capture the stones in their own territory without losing any points at the end of the game if it is needed to win(It did not happen here because it wouldn't have made a difference in who wins.)