load()# classmethod SolverTemplate.load(loadfile: str)[source]# Load a serialized solver from an HDF5 file, created previously from the save() method. Parameters: loadfilestrPath to the file where the model was stored via save(). Returns: solverSolverTemplateLoaded solver.