SMED_GP_2D: SMED GP 2D

Description Usage Arguments Value Examples

Description

SMED GP 2D

Usage

1
2
SMED_GP_2D(f, n0 = 10, n = 10, GP.package = "", opt.method = "genoud",
  contour.fit = 1, continue.option = F, max.time = NULL)

Arguments

f

Function

n0

Number of initial points

n

Number of points to select

GP.package

GP package

opt.method

Optimization method. Current options are 'genoud', 'LHS'.

contour.fit

Number of iterations after which to plot model contour plot.

continue.option

If TRUE, you are given choice to continue sampling

max.time

max.time for GenSA optimization for each point

Value

X, design matrix, and Y, function values at design points.

Examples

1
SMED_GP_2D(TestFunctions::banana,10,10, GP.package='laGP', contour.fit=0, max.time=.1)

CollinErickson/SMED-Code documentation built on May 6, 2019, 12:27 p.m.