plotMBOResult {mlrMBO} | R Documentation |
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 class 'MBOSingleObjResult'
plot(x, iters = NULL, pause = interactive(), ...)
## S3 method for class 'MBOMultiObjResult'
plot(x, iters = NULL, pause = interactive(), ...)
Arguments
x |
[ |
iters |
[ |
pause |
[ |
... |
Additional parameters for the |
[Package mlrMBO version 1.1.5.1 Index]