Description Super class Methods
This class generates plots for the visualization of the input space given prior and posterior distributions of the evaluated parameters in the mbo run.
VisBayesOpt::MboPlot -> MboPlotSearchSpace
new()Creates a new instance of this R6 class.
MboPlotSearchSpace$new(opt_state)
opt_state(OptState).
plot()Plots prior distributions of mbo run specified in the set of parameters.
MboPlotSearchSpace$plot( include_y = self$param_vals$include_y, include_init_design = self$param_vals$include_init_design, search_space_components = getParamIds(self$opt_state$opt.path$par.set)[1:2] )
include_y(logical(1) | TRUE)
Specifies if points should be coloured with y values.
include_init_design(logical(1) | TRUE)
Specifies if points should be coloured with y values.
search_space_components(list())
Specifies the search space components which should be plotted.
(ggplot).
clone()The objects of this class are cloneable with this method.
MboPlotSearchSpace$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.