bernds / q5Go

A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
GNU General Public License v2.0
168 stars 28 forks source link

Reconsider how to display engine variations at the last move in the game tree/eval graph #20

Open bdrose opened 4 years ago

bdrose commented 4 years ago

I am running Batch analysis in version 0.9 using KataGo and the analysis starts from near the end of the game and works towards the first move. The issue is that in the two games I have tried, the analysis skips the last several moves of the game, for example starting analysis at move 208 in a game that has 217 moves, skipping analysis of 209-217. The other game it started analysis at move 135 out of 142 moves skipping moves 136-142.

bernds commented 4 years ago

I've never seen this happen. Could you send me the SGF files? Also, is this with the Windows build or on Linux?

bdrose commented 4 years ago

I am using the Windows build. The two sgf's are games from from ogs and fox.

games.zip

bernds commented 4 years ago

ogs.sgf only has 135 moves. Maybe the moves you see at the end beyond that are just the ones that are added as part of the engine variation for the last move?

bdrose commented 4 years ago

That is it, my mistake. I didn't notice that the last variation was displayed in line with the game moves.

bernds commented 4 years ago

I'll reopen this as a reminder that maybe there's a UI issue here that should be fixed if someone can think of a good solution.