R/utils-calib_helpers.R
encode_param.Rd
Encode a parameter name with its group and index.
encode_param(group, name, index)
The group name.
The parameter name.
The index of the parameter.
A string in the format "group/name[index]".