ParBayesianOptimization icon indicating copy to clipboard operation
ParBayesianOptimization copied to clipboard

Parallelizable Bayesian Optimization in R

Results 18 ParBayesianOptimization issues
Sort by recently updated
recently updated
newest added

Hi this looks like a great project! I'm interested if you'd add a brief summary of what advantages this provides over existing tuners. Maybe the most closely related is mlrMBO?

good first issue

Running bayesOpt package with parallel option set to true on R lightgbm package on Windows / R version 4.0 results in `Error in unserialize(socklist[[n]]) : error reading from connection`. It...

Hello, for some GPU intensive tasks I am using a cluster which uses LSF for job management. I can probably request all cards on a single machine (but that makes...

Hi i got the above error when using the bayesOpt() function. I've checked that both the data and labels are valid. here's the full ouput ``` Running initial scoring function...

Thank you for this amazing package! I run the hyperparameter tuning code for xgboost and the result sometimes is reproducible and sometimes not, is this because of the reason I...

Thanks a lot for the package. I am using it to optimize xgboost hyperparameters and, in some runs, I am getting `Could not obtain meaningful lengthscales`. I see where that...

Dear all, I have a script that worked well in RStudio on windows and RStudio server on a linux HPC. It tunes a multi-layer perceptron with ParBayesianOptimization. I tried to...

The function I'm trying to optimize has some nested parallelization, and occasionally prints some debug output. It seems that bayesOpt is suppressing this output somehow, but it would be extremely...