mlrMBO (version 1.1.2)

plotMBOResult: MBO Result Plotting

Description

Plots any MBO result objects. Plots for X-Space, Y-Space and any column in the optimization path are available. This function uses plotOptPath from package ParamHelpers.

Usage

# S3 method for MBOSingleObjResult
plot(x, iters = NULL, pause = interactive(),
  ...)

# S3 method for MBOMultiObjResult plot(x, iters = NULL, pause = interactive(), ...)

Arguments

x

[MBOResult] MBOSingleObjResult or MBOMultiObjResult object.

iters

[integer] Iterations to be plotted, 0 indicates the initial design. Default is all iterations.

pause

[logical(1)] Should the process be paused after each iteration? Default is interactive().

...

Additional parameters for the plotOptPath function in package ParamHelpers.