hasFiniteBoxConstraints: Checks if a parameter or each parameter of a parameter set...

View source: R/hasFiniteBoxConstraints.R

hasFiniteBoxConstraintsR 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)


ParamHelpers documentation built on July 4, 2022, 5:07 p.m.