from_dict
- classmethod ParameterGroup.from_dict(parameter_dict: dict[str, dict[str, Any] | list[float | list[Any]]], label: str = None, root_group: ParameterGroup = None) ParameterGroup[source]
Create a
ParameterGroupfrom a dictionary.- Parameters
- Returns
The created
ParameterGroup- Return type