Learn R Programming

SPOT (version 2.4.2)

checkLowerSmallerThanUpper: Check That Lower is smaller than Upper

Description

Check if lower actually contains smaller values than upper. Otherwise a warning is generated.

Usage

checkLowerSmallerThanUpper(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.