hyperfine.minuit.json2minuit
- hyperfine.minuit.json2minuit(minuit: Minuit, filename: str) None[source]
De-serialize fitting results from a JSON file to an
iminuit.Minuitobject.De-serialization includes data for:
values,errors,limits, andfixed(covarianceandmerrorsare not yet implemented).- Parameters:
minuit – The
iminuit.Minuitobject.filename – Name of JSON file containing the serialized fit results.