Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat add total visits #905

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kinfkong
Copy link
Contributor

@kinfkong kinfkong commented Feb 29, 2024

Add totalVisits in the GTP analyze output.
The reason we need this is that: some Go GUI apps shows the search speeds (visits/s), the total visits was calculated by summing up all the "info.visits". Howerver, ikatago-server (a tool helping running katago remotely) only returns the first 25 moves by default (to reduce the network traffic), which causes the total visits calculated in the GUI apps is smaller than it actually is. A totalVisits value output directly in GTP output helps we get the actual total visits at client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant