vdbergh
vdbergh
`Why did I take 70% as reference draw ratio in the example? Well for a long time the draw ratio at LTC was 70%. So there is some intuition associated...
I agree that changing the bounds is the easiest solution. For a more permanent solution, which would not require adapting bounds each time the draw ratio or book changes, one...
I have updated the pentanomial SPRT simulator to optionally work with bounds expressed in normalized Elo so that one can check that the average duration of a test is indeed...
I don't have much time now but I am slowly preparing the ground before I implement something in Fishtest. Here is another table for the worst case expected duration of...
@linrock I agree with the need for unit tests in the stats code to catch bugs when updating code. The reason that there aren't any is that I do not...
@linrock If you just point me to some other unit tests in fishtest I can copy the model. I am afraid there is not much more that can be done...
Currently a worker update is a bit cumbersome since if I understand correctly @noobpwnftw has to do it manually (too many downloads otherwise from Github). I wonder if the updating...
@vondele Yes you are right. The chi^2-test doesn't make sense if there are large performance differences due to hardware variations. Indeed the null hypothesis is precisely that there are no...
technologov-28cores-r345 has lots of issues. See e.g. #1360.
I think the cleanest way to achieve splitting is to create a `--pool N` argument for the worker. Default `N=1` which does nothing (current behaviour). `N=0` means that the worker...