Takeru Ohta
Takeru Ohta
Just a comment but I guess that there are almost no users to use kurobako via Docker hub. So, we might be able to stop registering the images instead of...
Hi, this is an interesting question. Since the memory layout of `patricia_tree` assumes the key type of a node to be `u8` to save memory footprint, it's difficult to directly...
[FYI] I started to implement this feature in #15 (this PR is still very in the early stage though)
Thank you for the feature request! As both seem useful, I'd like to support them. I'll consider the details of them when I have time. For now, let me leave...
TODO: Add an example that uses the baselines with the `kurobako problem rank` command to normalize the results of different problems.
Sounds interesting. However, AFAIK, there is no cross-platform named pipe API. So, I think, we need to limit the supported platform or provide fallback ways if named pipes are adopted...
Thank you for sharing the code. If both runner and solver (or problem) process were written in Python, we could use the API. However, the language of the runner side...
> benchmarking with kurobako in a multi-process setting is not straight forward Yes, I think so.
Sounds interesting. I'll think about how easy (or difficult) implementing the feature is (this or next weekend).