SMED: SMED

Description Usage Arguments Value Examples

Description

SMED

Usage

1
SMED(f, p, n = 10, nc = 100, max.time = NULL, X0 = NULL, Xopt = NULL)

Arguments

f

Function

p

Number of dimensions

n

Number of points

nc

Number of points for contour plot

max.time

max.time for GenSA optimization for each point

X0

Matrix of initial points

Xopt

Matrix of candidate points

Value

Points selected

Examples

1
SMED(function(xx){xx[1]+xx[2]^2-sin(2*pi*xx[3])},p=3,n=10,max.time=.2)

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