Learn R Programming

ParBayesianOptimization (version 1.2.1)

plot.bayesOpt: Plot a bayesOpt object

Description

Returns 2 stacked plots - the top shows the results from FUN at each iteration. The bottom shows the utility from each point before the search took place.

Usage

# S3 method for bayesOpt
plot(x, ...)

Arguments

x

An object of class bayesOpt

...

Passed to ggarrange() when plots are stacked.

Value

an object of class ggarrange