ParamValue
simulation.ParamValue
A type alias which describes all acceptable input forms for parameter values:
- scalars (according to
ScalarValue
) - tuples (single structured values, according to
StructValue
) - Python lists of scalars or tuples, which may be nested
- Numpy arrays
SimulationFunctions
sympy expressions