5555
5656- An observable file specifying the observation model [TSV]
5757
58- - A parameter file specifying optimization parameters and related information
58+ - A parameter file specifying estimateable parameters and related information
5959 [TSV]
6060
6161- (optional) A simulation file, which has the same format as the measurement
@@ -79,7 +79,7 @@ defining the parameter estimation problem.
7979Extensions of this format (e.g. additional columns in the measurement table)
8080are possible and intended. However, while those columns may provide extra
8181information for example for plotting, downstream analysis, or for more
82- efficient parameter estimation, they should not affect the optimization
82+ efficient parameter estimation, they should not affect the estimation
8383problem as such.
8484
8585**General remarks **
@@ -248,7 +248,7 @@ Detailed field description
248248
249249 Different lines for the same ``observableId `` may specify different
250250 parameters. This may be used to account for condition-specific or
251- batch-specific parameters. This will translate into an extended optimization
251+ batch-specific parameters. This will translate into an extended estimation
252252 parameter vector.
253253
254254 All placeholders defined in the observation model must be overwritten here.
@@ -494,13 +494,13 @@ Detailed field description
494494
495495- ``lowerBound `` [NUMERIC]
496496
497- Lower bound of the parameter used for optimization .
497+ Lower bound of the parameter used for estimation .
498498 Optional, if ``estimate==0 ``.
499499 Must be provided in linear space, independent of ``parameterScale ``.
500500
501501- ``upperBound `` [NUMERIC]
502502
503- Upper bound of the parameter used for optimization .
503+ Upper bound of the parameter used for estimation .
504504 Optional, if ``estimate==0 ``.
505505 Must be provided in linear space, independent of ``parameterScale ``.
506506
@@ -518,7 +518,7 @@ Detailed field description
518518
519519- ``initializationPriorType `` [STRING, OPTIONAL]
520520
521- Prior types used for sampling of initial points for optimization . Sampled
521+ Prior types used for sampling of initial points for estimation . Sampled
522522 points are clipped to lie inside the parameter boundaries specified by
523523 ``lowerBound `` and ``upperBound ``. Defaults to ``parameterScaleUniform ``.
524524
@@ -536,7 +536,7 @@ Detailed field description
536536
537537- ``initializationPriorParameters `` [STRING, OPTIONAL]
538538
539- Prior parameters used for sampling of initial points for optimization ,
539+ Prior parameters used for sampling of initial points for estimation ,
540540 separated by a semicolon. Defaults to ``lowerBound;upperBound ``.
541541 The parameters are expected to be in linear scale except for the
542542 ``parameterScale `` priors, where the prior parameters are expected to be
@@ -556,12 +556,12 @@ Detailed field description
556556
557557- ``objectivePriorType `` [STRING, OPTIONAL]
558558
559- Prior types used for the objective function during optimization or sampling .
559+ Prior types used for the objective function during estimation .
560560 For possible values, see ``initializationPriorType ``.
561561
562562- ``objectivePriorParameters `` [STRING, OPTIONAL]
563563
564- Prior parameters used for the objective function during optimization .
564+ Prior parameters used for the objective function during estimation .
565565 For more detailed documentation, see ``initializationPriorParameters ``.
566566
567567
0 commit comments