BOCS icon indicating copy to clipboard operation
BOCS copied to clipboard

Bayesian Optimization of Combinatorial Structures

Results 2 BOCS issues
Sort by recently updated
recently updated
newest added

Hi, I was just looking at the implementation of the Linear Regression model in BOCS/stat_model/LinReg.m and am a bit confused as to what is exactly happening in the `LR.bayesTrain` function....

Some BO repositories (e.g. GPyOpt, SMAC3) let the user set possible values of categorical variables and ranges of continuous variables. Is there a way to do that in BOCSpy?