COMBO
COMBO copied to clipboard
Hi, I have a question about the `sorted_partition` variable. I have noticed that it is used to compute `edge_mat_list` in `posterior_sampling` and by the `group_input` function. In the first case,...
Hi, I have noticed that in multiple_categorical.py you define the adjacency matrices for both the `Centroid` and `PestControl` task as if the variables were ordinal and not categorical. Is there...
Hi, I noticed that you multiply the adjacency matrix for the `Branin` task by `(n_v - 1)` in line 22 of discretized_continuous.py. Why is this the case?
I would like to try your method on my own dataset and own objective function. There isn't too much with respect to documentation about the format and structure to do...
In the COMBO paper, you mentioned that BO being applied to chipset configuration selection, is their any reference paper for this application?
At the moment COMBO is packaged like an application for demonstrating the algorithm for the paper. It would be really useful to be able to use COMBO in [BoTorch](https://www.botorch.org/). It...
You should add a setup.py script so COMBO can be pip installable Here is some resources: - https://docs.python.org/3/distutils/setupscript.html - https://github.com/pypa/sampleproject/blob/master/setup.py Also note that by convention, packages and module are lower...
Hi, i am currently trying to implement an own experiment in COMBO. Therefore, I have some restrictions for possible solution points. I am working with the multiple_categorical scheme and I...
Hello there, I would like to know if there is a possibility to access a specific vertex. For instance in #4 you mentioned the following example: > As another example,...
Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...