plot1DNumeric function

Plot an one-dimensional function.

Plot an one-dimensional function.

plot1DNumeric( x, show.optimum = FALSE, main = getName(x), n.samples = 500L, ... )

Arguments

  • x: [smoof_function]

    Function.

  • show.optimum: [logical(1)]

    If the function has a known global optimum, should its location be plotted by a point or multiple points in case of multiple global optima? Default is FALSE.

  • main: [character(1L)]

    Plot title. Default is the name of the smoof function.

  • n.samples: [integer(1)]

    Number of locations to be sampled. Default is 500.

  • ...: [any]

    Further paramerters passed to plot function.

Returns

Nothing

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10