openv: OpasnetUtils environment for mutable function parameters

Description Usage Arguments Details Value Author(s) Examples

Description

Container for model-wide parameters such as number of iterations used in random sampling.

Usage

1

Arguments

x

numeric, new default number of iterations

Details

The environment is also automatically populated by CheckDecisions to communicate evaluation to other branches of the recursion tree. The value N in this environment is used by interpret when N is not given in an EvalOutput(...) call.

Value

No return value.

Author(s)

T. Rintala teemu.rintala.a@gmail.com

Examples

1
2
3
4
5
openv$N
openv.setN(1)
openv$N
openv$N <- 2
openv$N

OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.