kaorahi / lizgoban

Leela Zero & KataGo visualizer
GNU General Public License v3.0
169 stars 28 forks source link

Could Lizgoban divide ownshipSd into white osSd and black osSd? #71

Closed HackYardo closed 2 years ago

HackYardo commented 2 years ago

Standard deviation are always bigger than zero. It looks like black player and white player are one player.

kaorahi commented 2 years ago

Ownership (black / white) is shown on the main board separately. Though I tried first to show both ownership and ownershipStdev on the same board, it was difficult to see for me.

Or, do you mean that ownershipStdev should be shown with different colors depending on the sign of ownership? This seems misleading. In the following picture, thick blue/red (= large ownershipStdev) on the subboard indicates "slightly black/white ownership" actually. Note that large ownershipStdev implies small |ownership| because V[X] = E[X^2] - E[X]^2 <= 1 - E[X]^2 (from |X| <= 1) in this case.

stdev2

HackYardo commented 2 years ago

Well, it sounds right.