SMED_GPE_2D: SMED GPE 2D

Description Usage Arguments Value Examples

Description

SMED GPE 2D

Usage

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

Arguments

f

Function

n0

Number of initial points taken from LHS

n

Number of points to select

GP.package

R package to fit GP

opt.method

Optimization method, either 'genoud' or 'LHS'.

contour.fit

How often contour fits should be shown

continue.option

Whether option to continue should be given

max.time

max.time for GenSA optimization for each point.

Value

Points selected

Examples

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

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