AnotherSamWilson / ParBayesianOptimization

Parallelizable Bayesian Optimization in R
107 stars 18 forks source link

Errors/messages from the score function FUN are suppressed during optimization #61

Open cmicek1 opened 4 months ago

cmicek1 commented 4 months ago

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 useful to pass on if something goes wrong! There are several times I've received an "Errors encountered in initialization are listed above." message with no errors listed, when evaluating the score function by itself produces error output.