ParBayesianOptimization icon indicating copy to clipboard operation
ParBayesianOptimization copied to clipboard

clustermq integration?

Open nick-youngblut opened this issue 3 years ago • 1 comments

The README shows how to parallel on a single machine via doParallel, but it would be great if the docs included info on a multi-node HPC run of ParBayesianOptimization via clustermq (the "best" package for HPC jobs in R).

nick-youngblut avatar May 09 '22 16:05 nick-youngblut

This package is overdue for an update in the parallelization. I need to do some research though. The way the package is set up, custom parallelization schemas are not supported, I copied ‘caret’s implementation, which is probably severely out of date.

AnotherSamWilson avatar May 13 '22 23:05 AnotherSamWilson