set_from_label_and_value_arrays
- ParameterGroup.set_from_label_and_value_arrays(labels: list[str], values: np.ndarray)[source]
Update the parameter values from a list of labels and values.
- Parameters
- Raises
ValueError – Raised if the size of the labels does not match the stize of values.