getMultiStartPoints: Get Multi Start Points

View source: R/spotTools.R

getMultiStartPointsR Documentation

Get Multi Start Points

Description

Determine multi start points for optimization on the surrogate. Combines the current best with additional random starting points for optimization on the surrogate.

Usage

getMultiStartPoints(x, y, control)

Arguments

x

matrix of design points

y

matrix of function values (f(x))

control

Control list for spot and spotLoop. Generated with spotControl.

Value

x0 matrix of restart points


SPOT documentation built on June 26, 2022, 1:06 a.m.