Miscellaneous API

Utility functions

DyadInterface.get_modelFunction
function get_model(res::CalibrationResult)

This function retrieves the model associated with a CalibrationResult.

source
get_model(::AbstractAnalysisSolution)

Get the model(s) associated used for a particular analysis solution. This can be used for convenient symbolic indexing.

The returned model is the one that was used to produce the analysis result, which is generally post-simplification.

source