Miscellaneous API
Utility functions
JuliaSimModelOptimizer.lowerbound
— Functionlowerbound(prob)
Get the lower bound of the search space defined in the inverse problem.
JuliaSimModelOptimizer.upperbound
— Functionupperbound(prob)
Get the upper bound of the search space defined in the inverse problem.
JuliaSimModelOptimizer.get_model
— Functionfunction get_model(res::CalibrationResult)
This function retrieves the model associated with a CalibrationResult
.