Ninja by dfan but here's my version:
1. There's some details on
https://github.com/featurecat/lizzie/releases/tag/0.5. Tami's question and
various other people asking how to use Lizzie to review (here and on reddit) have made me think I should make a video "How to review with Lizzie". It requires a certain amount of Go skill to interpret her answers, but knowing how and what questions to ask helps a lot. For starters what the UI means (in lizzie 0.5).
- Coloured filled-in circles are the moves LZ is thinking about
- If reviewing a game record black hollow circle is game move black played, white circle is white's game move.
- Blue-filled circle is LZ's best move, the one she would play now (if no more time to think). Green to red colours are good to bad moves (though of course bad is still pretty strong)
- Top number is the win% of that move for person to play, so bigger is better
- Bottom number is number of playouts investigating that move, essentially how much reading has been devoted to it.
- MCTS bots actually choose the move with the most playouts rather than highest win%. This is because a move with high win% but low playouts still has a lot of uncertainty, maybe it is great but maybe not. The bot will then spend some playouts investigating that move as well as the current favourite, if it does turn out to be good then it will get more playouts and become the #1 blue move. A blue outline circle highlights such promising moves with a win% higher than the current solid blue #1 move. This means it's a good idea to let LeelaZero analyse longer to decide if that really is a better move.
- Current black/white win% chart at top left, with change in win% of last move below.
- Win graph on the middle left, white wins at bottom, black at top (hint in the border)
- Mini board bottom left shows principal variation: #1 choice for subsequent moves.
- You can see principal variation for each choice displayed on the main board by hovering over it.
2. Yes, LZ thinks white is better with 7.5 komi, but the scale of the win% is not well-defined and differs between bots. For example FineArt gives black 41%, according to a comment from Ohashi Hirofumi 6p. The first version of Facebook's Elf network thought white was better like pretty much every other bot these days, but their most recent version gives black initially 51.5% which is intriguing (and hopefully not a bug).
3. Yes, LZ can be quite narrow minded in sticking to the moves it like. "Even if these two are much better than others, is there no easy way of seeing other moves and what they score?" Yes, simply play that move for white on the board. It will then show black's suggested next moves with their win%, and to save you doing a little mental arithmetic to see how good/bad the last move was you can check the top left. For example if I play 3-3 then it says "Last move: -0.9%".