Encapsulates configurations such as optimization algorithm choice, and evaluation settings for parameter identification.
Active bindings
printEvaluationFeedbackBoolean. If
TRUE, prints objective function value after each evaluation. Default isFALSE.simulationRunOptionsObject of
SimulationRunOptionsfor simulation runs. IfNULL, default options are used.objectiveFunctionOptionsSettings for model fit evaluation, affecting error metrics and cost calculation. See
ObjectiveFunctionSpecsandcalculateCostMetricsfor details. Defaults inObjectiveFunctionOptions.algorithmOptimization algorithm name. See
Algorithmsfor a list of supported algorithms. Defaults toBOBYQA.ciMethodConfidence interval estimation method. See
CIMethodsfor available options. Defaults tohessian.algorithmOptionsNamed list of settings specific to the selected algorithm.. Refer to
AlgorithmOptionsfor default settings per algorithm (e.g.,AlgorithmOptions_XYZwhereXYZdenotes the algorithm name). IfNULL, algorithm's default settings are applied.ciOptionsNamed list of settings for the selected CI method. Refer to
CIOptionsfor default settings per method (e.g.,CIOptions_XYZwhereXYZcorresponds to the method name). IfNULL, CI method's default settings are applied.autoEstimateCILogical. If
TRUE, confidence intervals are automatically estimated after optimization. IfFALSE, the step is skipped and can be triggered manually by calling theestimateCI()method on theParameterIdentificationobject.modelCostFieldRead-only field name in the cost object used as the optimization target. Currently, only
modelCostis supported.