David J Wu
David J Wu
If you want it to be faster, use fewer visits or less time, or get better hardware? If what you mean is that it's slower than some other way of...
Please read the documentation: https://github.com/lightvector/KataGo/blob/master/docs/Analysis_Engine.md and in the config: https://github.com/lightvector/KataGo/blob/master/cpp/configs/analysis_example.cfg - you can set the maxVisits in the config or override it in an individual query. You can also limit...
Cool, thanks. Is there any way to make the LD library path thing part of the cmake setup?
Are you sure that you have all the DLL files that you need? Sometimes I've found the need to copy a DLL file into the exe directory manually because the...
https://katagoarchive.org/ - back up here. Hopefully usage on this site will stay a bit more normal now - I have slightly better infrastructure and monitoring now, but please make sure...
It is guaranteed that every individual line of the "sgfs" file is an entire sgf. So just split it into lines youself. On linux, use the "split" command, on Windows...
The meaning is that it should be easy to split the sgfs file into separate sgf files yourself. You can search online for how to split a text file into...
There should be a place in the config where you can set the possible board sizes and their probabilities. Have you tried that?
Yes.
Thanks! So, for uncertainty, there are a few different things, depending on what you're looking for: https://github.com/lightvector/KataGo/blob/master/docs/Analysis_Engine.md As documented in the above link, one thing you can look at is...