Description Super class Methods
This class plots the runtime of a mlrMbo run.
VisBayesOpt::MboPlot
-> MboPlotRuntime
new()
Creates a new instance of this R6 class.
MboPlotRuntime$new(opt_state)
opt_state
(OptState).
plot()
Plots minimal value of model (y) of mbo run over the iterations.
MboPlotRuntime$plot(highlight_iter = self$param_vals$highlight_iter)
highlight_iter
(integer(1) | NULL
)
Specifies the iteration to be highlighted. The default NULL
does not highlight any iteration.
(ggplot).
clone()
The objects of this class are cloneable with this method.
MboPlotRuntime$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.