mboPlot: MboPlot

Description Methods

Description

This is the base class for plotting in this package.

Methods

Public methods


Method new()

Creates a new instance of this R6 class.

Usage
MboPlot$new(opt_state, param_set, param_vals)
Arguments
opt_state

(OptState)
Environment containing necessary information needed during optimization in MBO.

param_set

(ParamSet)
Environment containing necessary parameters for the plot. NOT to be confused with the mbo parameter set.

param_vals

(list)
Named list containing the parameter values.


Method set_param_vals()

Sets parameter values

Usage
MboPlot$set_param_vals(x)
Arguments
x

(list())


Method clone()

The objects of this class are cloneable with this method.

Usage
MboPlot$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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