mlr-org / mlr3mbo

Flexible Bayesian Optimization in R
https://mlr3mbo.mlr-org.com
25 stars 1 forks source link

Evaluation of initial design #133

Open sumny opened 10 months ago

sumny commented 10 months ago

The default initial design is evaluated in a single batch. if this batch evaluation takes long, the terminator cannot properly stop the process because it can only chime in after the batch has been evaluated.