yzyray / lizzieyzy

LizzieYzy - GUI for Game of Go
GNU General Public License v3.0
428 stars 58 forks source link

Recording double pass games and out of move games #224

Open lackwb opened 1 year ago

lackwb commented 1 year ago

Lizzieyzy is beautiful! I have been searching for tools for serial engine games. I found out that lizzieyzy is great for it. However, there is one problem and I haven’t been able to use it properly yet. Engine games do not record double pass games and out of move games in the score and it is impossible to open hundreds of files one by one to check the game results for an accurate score.

Double pass occurs when the judgments of the two engines are different or due to settings like KataGo’s ‘resignMinScoreDifference’. In all such cases, I think it would be good to record score based on the judgment of the trusted engine among the two engines. Out of move games occur when the game continues indefinitely, such as in the case of triple ko. It can be recorded as a draw.

So, it would be nice to have options to choose from, like the following. Many thanks! enginegame

lackwb commented 1 year ago

And It would also be good to indicate it in the file name like "W+R, B+3.5, Draw".

yzyray commented 1 year ago

And It would also be good to indicate it in the file name like "W+R, B+3.5, Draw".

It is not easy,due to there is no accurate result judgment code in lizzieyzy,If only depends on the engine's scorelead output,It will be not very accurate.So I prefer to leave these games to manual judgment.