Schema sceConfig.xsd


element SCEConfig
diagram sceConfig_diagrams/sceConfig_p1.png
annotation
documentation
Configuration of SCE algorithm.

complexType innerLoop
diagram sceConfig_diagrams/sceConfig_p2.png
attributes
Name  Type  Use  Default  Fixed  annotation
numIterationsxs:integeroptional  30    
documentation
Number of steps in the simplex propagation.
annotation
documentation
Splitting each complex into simplexes and propagating each simplex to obtain better parameter estimates.

attribute innerLoop/@numIterations
annotation
documentation
Number of steps in the simplex propagation.

complexType parameterRange
diagram sceConfig_diagrams/sceConfig_p3.png
attributes
Name  Type  Use  Default  Fixed  annotation
minxs:string      
documentation
Vector of lower bounds of random perturbations. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].
maxxs:string      
documentation
Vector of upper bounds of random perturbations. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].
annotation
documentation
Range of values from where random numbers are drawn for perturbing the optimization/calibration parameters

attribute parameterRange/@min
annotation
documentation
Vector of lower bounds of random perturbations. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].

attribute parameterRange/@max
annotation
documentation
Vector of upper bounds of random perturbations. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].

complexType SCEConfigXML
diagram sceConfig_diagrams/sceConfig_p4.png

element SCEConfigXML/costFunction
diagram sceConfig_diagrams/sceConfig_p5.png
attributes
Name  Type  Use  Default  Fixed  annotation
classderived by: xs:stringrequired      
documentation
Set openda:class name of the cost function.
weakParameterConstraintxs:booleanoptional  false    
documentation
Specify whether to use weak constraint (weakParameterConstraint=true) or strong constraint (weakParameterConstraint=false).
factorxs:doubleoptional  0.5    
documentation
Specify the multiplication factor to use in the cost function.
annotation
documentation
Configure cost function to minimize

element SCEConfigXML/outerLoop
diagram sceConfig_diagrams/sceConfig_p6.png
attributes
Name  Type  Use  Default  Fixed  annotation
nComplexxs:integer  5    
documentation
Number of complexes. Total number of vertices is equal to 2 * nComplex * nParam + 1, where nParam is the number of calibration/optimization parameters.
maxIterationsxs:integeroptional  100    
documentation
Maximum number of outer iterations, where all vertices are reshuffled into complexes.
absTolerancexs:doubleoptional  0.01    
documentation
Maximum absolute difference between the costs of the best and worst parameter estimates at the latest outer iteration.
relTolerancexs:doubleoptional  0.01    
documentation
Maximum relative difference between the costs of the best and worst parameter estimates at the latest outer iteration.
annotation
documentation
Specify outer-loop stopping criteria.

element SCEConfigXML/innerLoop
diagram sceConfig_diagrams/sceConfig_p7.png
attributes
Name  Type  Use  Default  Fixed  annotation
numIterationsxs:integeroptional  30    
documentation
Number of steps in the simplex propagation.
annotation
documentation
Splitting each complex into simplexes and propagating each simplex to obtain better parameter estimates.

element SCEConfigXML/parameterRange
diagram sceConfig_diagrams/sceConfig_p8.png
attributes
Name  Type  Use  Default  Fixed  annotation
minxs:string      
documentation
Vector of lower bounds of random perturbations. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].
maxxs:string      
documentation
Vector of upper bounds of random perturbations. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].
annotation
documentation
Range of values from where random numbers are drawn for perturbing the optimization/calibration parameters

complexType OuterLoopXML
diagram sceConfig_diagrams/sceConfig_p9.png
attributes
Name  Type  Use  Default  Fixed  annotation
nComplexxs:integer  5    
documentation
Number of complexes. Total number of vertices is equal to 2 * nComplex * nParam + 1, where nParam is the number of calibration/optimization parameters.
maxIterationsxs:integeroptional  100    
documentation
Maximum number of outer iterations, where all vertices are reshuffled into complexes.
absTolerancexs:doubleoptional  0.01    
documentation
Maximum absolute difference between the costs of the best and worst parameter estimates at the latest outer iteration.
relTolerancexs:doubleoptional  0.01    
documentation
Maximum relative difference between the costs of the best and worst parameter estimates at the latest outer iteration.

attribute OuterLoopXML/@nComplex
annotation
documentation
Number of complexes. Total number of vertices is equal to 2 * nComplex * nParam + 1, where nParam is the number of calibration/optimization parameters.

attribute OuterLoopXML/@maxIterations
annotation
documentation
Maximum number of outer iterations, where all vertices are reshuffled into complexes.

attribute OuterLoopXML/@absTolerance
annotation
documentation
Maximum absolute difference between the costs of the best and worst parameter estimates at the latest outer iteration.

attribute OuterLoopXML/@relTolerance
annotation
documentation
Maximum relative difference between the costs of the best and worst parameter estimates at the latest outer iteration.

complexType CostFunctionXML
diagram sceConfig_diagrams/sceConfig_p10.png
attributes
Name  Type  Use  Default  Fixed  annotation
classderived by: xs:stringrequired      
documentation
Set openda:class name of the cost function.
weakParameterConstraintxs:booleanoptional  false    
documentation
Specify whether to use weak constraint (weakParameterConstraint=true) or strong constraint (weakParameterConstraint=false).
factorxs:doubleoptional  0.5    
documentation
Specify the multiplication factor to use in the cost function.

attribute CostFunctionXML/@class
annotation
documentation
Set openda:class name of the cost function.

attribute CostFunctionXML/@weakParameterConstraint
annotation
documentation
Specify whether to use weak constraint (weakParameterConstraint=true) or strong constraint (weakParameterConstraint=false).

attribute CostFunctionXML/@factor
annotation
documentation
Specify the multiplication factor to use in the cost function.

complexType additionalStopCriteria
diagram sceConfig_diagrams/sceConfig_p11.png
annotation
documentation
Additional optional stopping criteria.

element additionalStopCriteria/stopCriterion
diagram sceConfig_diagrams/sceConfig_p12.png
attributes
Name  Type  Use  Default  Fixed  annotation
thresholdrequired      
documentation
Threshold value of the stopping parameter.
classrequired      
documentation
Java class of the corresponding stopping criterion
annotation
documentation
A stopping criterion

attribute additionalStopCriteria/stopCriterion/@threshold
annotation
documentation
Threshold value of the stopping parameter.

attribute additionalStopCriteria/stopCriterion/@class
annotation
documentation
Java class of the corresponding stopping criterion


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy