SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 376 forks source link

Why the generated move is not the highest score move in analysis #914

Closed horaceho closed 1 year ago

horaceho commented 1 year ago

In analysis (F4), the highest move is H8:

Screenshot 2022-12-02 at 10 13 31 PM

However, when a move is generated (F10), it is J11:

Screenshot 2022-12-02 at 10 12 28 PM

Why?

apetresc commented 1 year ago

I'm not sure, but it's almost certainly related to Katago, not Sabaki. The GTP log on the left shows that Sabaki is correctly interpreting the engine's response to play J11, so there's not much we can do about this on our end.