Description Super class Methods
This class generates plots for the visualization of the explore-exploit trade-pff.
Therefore the distance of f(x)
VisBayesOpt::MboPlot
-> MboPlotDistToNeighbor
new()
Creates a new instance of this R6 class.
MboPlotDistToNeighbor$new(opt_state)
opt_state
(OptState).
plot()
Plots prior distributions of mbo run specified in the set of parameters.
MboPlotDistToNeighbor$plot( dist_measure = self$param_vals$dist_measure, include_init_design = self$param_vals$include_init_design )
dist_measure
(character(1) | "min"
)
Defines the distance measure which is considered for the determination of the distance between
the search space componentens. min
takes the minimum of the p
componentents, while max
uses
maximum distance and mean
calculates arithmetic mean distance. The default is min
.
@param include_init_design (logical(1) | TRUE
)
Decide whether to include to points from the initial design. If TRUE
the initial design points
are separated by a vertical line. If FALSE
they are not plotted. Default is TRUE
.
(ggplot).
clone()
The objects of this class are cloneable with this method.
MboPlotDistToNeighbor$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.