checkInputDimensionsionalityCorrect: Check Dimensions of spotInputs

View source: R/initialInputCheck.R

checkInputDimensionsionalityCorrectR Documentation

Check Dimensions of spotInputs

Description

The dimensionality of x, lower and upper should match. If this is not the case, errors are generated

Usage

checkInputDimensionsionalityCorrect(x, lower, upper)

Arguments

x

is an optional start point (or set of start points), specified as a matrix. One row for each point, and one column for each optimized parameter.

lower

is a vector that defines the lower boundary of search space. This determines also the dimensionality of the problem.

upper

is a vector that defines the upper boundary of search space.


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