hasFiniteBoxConstraints {ParamHelpers}R Documentation

Checks if a parameter or each parameter of a parameter set has ONLY finite lower and upper bounds.

Description

Checks if a parameter or each parameter of a parameter set has ONLY finite lower and upper bounds.

Usage

hasFiniteBoxConstraints(par, dict = NULL)

Arguments

par

(Param | ParamSet)
Parameter or parameter set.

dict

(environment | list | NULL)
Environment or list which will be used for evaluating the variables of expressions within a parameter, parameter set or list of parameters. The default is NULL.

Value

logical(1)


[Package ParamHelpers version 1.14.1 Index]