You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
That way the tree's "root" is actually the real root of the tree.
Also the current implementation of the undo GTP command is completely broken I think because it just changes the root to be its own parent but the parent's visit counts no longer match the counts of its children (because they get pruned).
This would require updating at least GtpClient::HandleUndo and MiniguiGtpClient::ReplaySgf.
The text was updated successfully, but these errors were encountered:
That way the tree's "root" is actually the real root of the tree.
Also the current implementation of the
undo
GTP command is completely broken I think because it just changes the root to be its own parent but the parent's visit counts no longer match the counts of its children (because they get pruned).This would require updating at least
GtpClient::HandleUndo
andMiniguiGtpClient::ReplaySgf
.The text was updated successfully, but these errors were encountered: