from_dictΒΆ
-
classmethod
ParameterGroup.from_dict(parameter_dict: dict[str, dict | list], label: str = None, root_group: ParameterGroup = None) → ParameterGroup[source] Creates a
ParameterGroupfrom a dictionary.- Parameters
parameter_dict β A parameter dictionary containing parameters.
label β The label of root group.
root_group β The root group