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
-> MboPlotInputSpace
new()
Creates a new instance of this R6 class.
MboPlotInputSpace$new(opt_state)
opt_state
(OptState).
plot()
Plots prior distributions of mbo run specified in the set of parameters.
MboPlotInputSpace$plot( include_init_design_sampling_distribution = self$param_vals$include_init_design_sampling_distribution, search_space_components = getParamIds(self$opt_state$opt.path$par.set)[1:2] )
include_init_design_sampling_distribution
(logical(1) | TRUE
)
Specifies if bar chart over sampled prior should also be included in plot.
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.
MboPlotInputSpace$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.