R/task_parameterestimation.R
getParameterEstimationSettings.Rd
getParameterEstimationSettings
gets parameter estimation task settings including method options.
getParameterEstimationSettings(model = getCurrentModel())
getPE(model = getCurrentModel())
a model object
A list of parameter estimation task settings including method options.
The online article on managing tasks provides some further context.
Other parameter estimation:
addExperiments()
,
addParameterEstimationParameter()
,
clearExperiments()
,
clearParameterEstimationParameters()
,
clearValidations()
,
defineExperiments()
,
runParameterEstimation()
,
setParameterEstimationSettings()