load_parameters
- LegacyProjectIo.load_parameters(file_name: str) ParameterGroup
Create a ParameterGroup instance from the specs defined in a file (NOT IMPLEMENTED).
- Parameters
file_name (str) – File containing the parameter specs.
- Returns
ParameterGroup instance created from the file.
- Return type