Note that if you don't have a GPU, or your GPU does not support OpenCL, you should use the 'eigen' binaries which run on CPU only. The font size is too small On some ultra-high resolution monitors, dialogs and other elements with text can appear too small. Please seetheseinstructions...
match_example.cfg task_example.cfg core dataio distributed external game neuralnet program search tests CMakeLists.txt README.md main.cpp main.h runcmdtests.sh runoutputtests.sh runsearchtests.sh runsearchtestsfp16.sh runsearchtestslimited.sh ...
If tomorrow I were to reanchor or recalibrate the graph and it causes everyone's Elo to shift by 1000 points, but all the differences between the latest nets stay about the same, it does not mean something like 13200+/-25 was wrong by 1000 points. Because the absolute Elos are not ...
OpenCL and CUDA differ for small tested numbers of threads: OpenCL loads most of the GPU quickly while CUDA starts around 54% and needs larger numbers of threads to load most of the GPU. When eventually CUDA does, the GPU hotspot becomes hotter closer to the thermal limit (a modest 84°...
QThread does not live in the new thread where run() is executed. It lives in the old thread. Most QThread methods are the thread's control interface and are meant to be called from the old thread. Do not move this interface to the newly created thread using moveToThread(); i.e.,...
needed. Reloading rules does not apply any changes to already existing devices. --property=KEY=value Set a global property for all events. --max-childs=value Set the maximum number of events, udevd will handle at the same time. --help ...
It does NOT have a graphical interface on its own. So generally, you will want to use KataGo along with a GUI or analysis program, such as Lizzie or Sabaki. Both of these programs also support KataGo's score estimates and visualization as well. NOTE: a version of KataGo is also ...
Some older neural net versions of KataGo do not support some rules options. If this is the case, then a warning will be issued and the rules will automatically be converted to the nearest rules that the neural net does support. komi (integer or half-integer): Optional but HIGHLY ...
Before discussing whyyou should never ever block the event loop, let’s try to figure out what this “blocking” means. Suppose you have a Button widget which emits a signal when clicked; connected to this signal there’s a slot of our Worker object, which does a lot of work. After yo...
If using the OpenCL version, KataGo will need to tune itself the first time it starts - try running thebenchmarkcommand described below. KataGo implements just a GTP engine - GTP is a simple text protocol that Go software uses to communicate with engines. It does NOT have a graphical inter...