Encapsulates configurations such as optimization algorithm choice, and evaluation settings for parameter identification.
Super class
ospsuite.utils::Printable
-> PIConfiguration
Active bindings
printEvaluationFeedback
Boolean. If
TRUE
, prints objective function value after each evaluation. Default isFALSE
.simulationRunOptions
Object of
SimulationRunOptions
for simulation runs. IfNULL
, default options are used.objectiveFunctionOptions
Configures model fit evaluation settings, influencing error and fit metrics. For option details and impact on cost metrics, see
ObjectiveFunctionSpecs
andcalculateCostMetrics
. Defaults found inObjectiveFunctionOptions
.algorithm
A string specifying the optimization algorithm to use. See
Algorithms
for a list of supported algorithms. Defaults toBOBYQA
.algorithmOptions
A list of named parameters for algorithm-specific settings. Refer to
AlgorithmOptions
for default settings per algorithm (e.g.,AlgorithmOptions_XYZ
whereXYZ
denotes the algorithm name). IfNULL
, the algorithm's default settings are applied.