MboPlotInputSpace: MboPlotInputSpace

Description Super class Methods

Description

This class generates plots for the visualization of the input space given prior and posterior distributions of the evaluated parameters in the mbo run.

Super class

VisBayesOpt::MboPlot -> MboPlotInputSpace

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
MboPlotInputSpace$new(opt_state)
Arguments
opt_state

(OptState).


Method plot()

Plots prior distributions of mbo run specified in the set of parameters.

Usage
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]
)
Arguments
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.

Returns

(ggplot).


Method clone()

The objects of this class are cloneable with this method.

Usage
MboPlotInputSpace$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


PhilippScheller/VisBayesOpt documentation built on Sept. 14, 2020, 12:47 p.m.