Open CKingX opened 3 weeks ago
Interesting.
Note to self: If we say foo
is the node in question, it seems foo.parent.table.moveinfo[foo.move].__touched
is false in these cases, leading to the early return here: https://github.com/rooklift/nibbler/blob/master/files/src/renderer/51_node.js#L310-L312
Ah, thinking about it, I think this is what happens when Stockfish never analysed the move that was actually played, at the position where it was an option.
Ideally it should be able to tell you about the value of the move by looking at the position that was actually reached. At this time I can't quite remember why it works the way it does.
Thank you! It seems to show the score for all the moves in the graph and in the infobox
Using LC0 has no issues. Using Stockfish 17 with autoevaluate, although it creates evaluation for all moves, the PGN output does not show evaluation for all moves. Here is the output (there is evaluation missing like for move 5 for black):
Using the latest version of Nibbler