MboPlotRuntime: MboPlotRuntime

Description Super class Methods

Description

This class plots the runtime of a mlrMbo run.

Super class

VisBayesOpt::MboPlot -> MboPlotRuntime

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
MboPlotRuntime$new(opt_state)
Arguments
opt_state

(OptState).


Method plot()

Plots minimal value of model (y) of mbo run over the iterations.

Usage
MboPlotRuntime$plot(highlight_iter = self$param_vals$highlight_iter)
Arguments
highlight_iter

(integer(1) | NULL)
Specifies the iteration to be highlighted. The default NULL does not highlight any iteration.

Returns

(ggplot).


Method clone()

The objects of this class are cloneable with this method.

Usage
MboPlotRuntime$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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