Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'MBOSingleObjResult'
plot(x, iters = NULL, pause = interactive(), ...)

## S3 method for class '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.


mlrMBO

Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions

v1.1.5
BSD_2_clause + file LICENSE
Authors
Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Jakob Richter [aut, cre] (<https://orcid.org/0000-0003-4481-5554>), Jakob Bossek [aut] (<https://orcid.org/0000-0002-4121-4668>), Daniel Horn [aut], Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Janek Thomas [aut] (<https://orcid.org/0000-0003-4511-6245>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.