AnotherSamWilson / ParBayesianOptimization

Parallelizable Bayesian Optimization in R
107 stars 18 forks source link

Incorrect error handling when user passes additional values in scoring function #34

Closed AnotherSamWilson closed 3 years ago

AnotherSamWilson commented 3 years ago

Additional columns aren't passed if the scoring function encounters an error. This causes the rbind of the results to fail.