Learn R Programming

SPOT (version 2.5.18)

checkLowerNotEqualsUpper: Check That Lower and Upper are not Equal

Description

If any entries in lower and upper are equal, the parameter has no range and cant be optimized. In that case, an error is generated.

Usage

checkLowerNotEqualsUpper(lower, upper)

Arguments

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.