plot.OptState function

Generate ggplot2 Object

Generate ggplot2 Object

Plots the values of the infill criterion for a 1- and 2-dimensional numerical search space for a given OptState.

## S3 method for class 'OptState' plot(x, scale.panels = FALSE, points.per.dim = 100, ...)

Arguments

  • x: [OptState]

    The OptState.

  • scale.panels: [logical(1)]

    If TRUE the values in each panel will be scaled to [0,1].

  • points.per.dim: [integer]

    Number of (regular spaced) points at which to evaluate the surrogate per dimension. Default is 100.

  • ...: [any]

    Not used.

  • Maintainer: Jakob Richter
  • License: BSD_2_clause + file LICENSE
  • Last published: 2022-07-04