| mlr3mbo_conditions | R Documentation |
Condition classes for mlr3mbo.
error_random_interleave(msg, ..., class = NULL, signal = TRUE, parent = NULL)
error_surrogate_update(msg, ..., class = NULL, signal = TRUE, parent = NULL)
error_acq_optimizer(msg, ..., class = NULL, signal = TRUE, parent = NULL)
msg |
( |
... |
(any) |
class |
( |
signal |
( |
parent |
( |
error_random_interleave() for the Mlr3ErrorMboRandomInterleave class,
signalling a random interleave error.
error_surrogate_update() for the Mlr3ErrorMboSurrogateUpdate class,
signalling a surrogate update error.
error_acq_optimizer() for the Mlr3ErrorMboAcqOptimizer class,
signalling an acquisition function optimizer error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.