An argument set contains the descriptions of the relevant variables in a batch simulation. Use new_arg_set to create an arg_set object, and use the add to add descriptions of arguments.

new_arg_set()

add_arg_ele(arg_set, arg_name, ele_name, start, end, by)

Arguments

arg_set

An arg_set object.

arg_name, ele_name

The name of the argument and its element in the simulation function

start, end, by

The data points where you want to test the variables. Passed to seq.

Value

An arg_set object.

Functions

  • new_arg_set(): Create an arg_set.

See also

make_arg_grid() for making grids from variable sets; batch_simulation() for running batch simulation and a concrete example.