Schema dudConfig.xsd


element DudConfig
diagram dudConfig_diagrams/dudConfig_p1.png
annotation
documentation
Configuration of Dud algorithm.

complexType DudConfigXML
diagram dudConfig_diagrams/dudConfig_p2.png

element DudConfigXML/costFunction
diagram dudConfig_diagrams/dudConfig_p3.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).
biasRemoval      
documentation
Specify whether bias should be removed (true) from the cost computation. Default: false.
tryParallelxs:booleanoptional  false    
documentation
Specify whether to use parallel or serial run. If tryParallel="true", the models will all be started before the results are evaluated. Otherwise,  if tryParallel="false", then the first run is evaluated before starting the second run.
factorxs:doubleoptional  0.5    
documentation
Specify the multiplication factor to use in the cost function.
annotation
documentation
Configure cost function to minimize

element DudConfigXML/restartOutFilePrefix
diagram dudConfig_diagrams/dudConfig_p4.png
annotation
documentation
For preparing restart files: specify the prefix of the restart file names.

element DudConfigXML/restartInFile
diagram dudConfig_diagrams/dudConfig_p5.png
annotation
documentation
For running from restart: specify the name of a restart file.

element DudConfigXML/outerLoop
diagram dudConfig_diagrams/dudConfig_p6.png
attributes
Name  Type  Use  Default  Fixed  annotation
maxIterationsxs:integeroptional  3    
documentation
Maximum number of outer iterations.
absTolerancexs:doubleoptional  0.01    
documentation
Maximum absolute difference between the costs of two best parameter estimates.
relTolerancexs:doubleoptional  0.01    
documentation
Maximum relative difference between the costs of two best parameter estimates.
relToleranceLinearCostxs:doubleoptional  0.01    
documentation
Maximum relative difference between the linearized costs of two best parameter estimates.
annotation
documentation
Specify outer-loop stopping criteria.

element DudConfigXML/lineSearch
diagram dudConfig_diagrams/dudConfig_p7.png
attributes
Name  Type  Use  Default  Fixed  annotation
maxIterationsxs:integeroptional  6    
documentation
Maximum number of inner iterations.
maxRelStepSizexs:doubleoptional  10.0    
documentation
Maximum size of relative step.
annotation
documentation
Specify inner-loop / linesearch criteria.

element DudConfigXML/stopCriteria
diagram dudConfig_diagrams/dudConfig_p8.png
annotation
documentation
Additional optional stopping criteria

complexType LineSearchXML
diagram dudConfig_diagrams/dudConfig_p9.png
attributes
Name  Type  Use  Default  Fixed  annotation
maxIterationsxs:integeroptional  6    
documentation
Maximum number of inner iterations.
maxRelStepSizexs:doubleoptional  10.0    
documentation
Maximum size of relative step.

attribute LineSearchXML/@maxIterations
annotation
documentation
Maximum number of inner iterations.

attribute LineSearchXML/@maxRelStepSize
annotation
documentation
Maximum size of relative step.

element LineSearchXML/backTracking
diagram dudConfig_diagrams/dudConfig_p10.png
attributes
Name  Type  Use  Default  Fixed  annotation
shorteningFactorxs:doubleoptional  0.5    
documentation
Factor for shortening step size.
startIterationNegativeLookxs:integeroptional  3    
documentation
Maximum number of iterations before searching in opposite direction.
annotation
documentation
Back tracking if the line search produces estimate with larger cost.

attribute LineSearchXML/backTracking/@shorteningFactor
annotation
documentation
Factor for shortening step size.

attribute LineSearchXML/backTracking/@startIterationNegativeLook
annotation
documentation
Maximum number of iterations before searching in opposite direction.

complexType OuterLoopXML
diagram dudConfig_diagrams/dudConfig_p11.png
attributes
Name  Type  Use  Default  Fixed  annotation
maxIterationsxs:integeroptional  3    
documentation
Maximum number of outer iterations.
absTolerancexs:doubleoptional  0.01    
documentation
Maximum absolute difference between the costs of two best parameter estimates.
relTolerancexs:doubleoptional  0.01    
documentation
Maximum relative difference between the costs of two best parameter estimates.
relToleranceLinearCostxs:doubleoptional  0.01    
documentation
Maximum relative difference between the linearized costs of two best parameter estimates.

attribute OuterLoopXML/@maxIterations
annotation
documentation
Maximum number of outer iterations.

attribute OuterLoopXML/@absTolerance
annotation
documentation
Maximum absolute difference between the costs of two best parameter estimates.

attribute OuterLoopXML/@relTolerance
annotation
documentation
Maximum relative difference between the costs of two best parameter estimates.

attribute OuterLoopXML/@relToleranceLinearCost
annotation
documentation
Maximum relative difference between the linearized costs of two best parameter estimates.

complexType CostFunctionXML
diagram dudConfig_diagrams/dudConfig_p12.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).
biasRemoval      
documentation
Specify whether bias should be removed (true) from the cost computation. Default: false.
tryParallelxs:booleanoptional  false    
documentation
Specify whether to use parallel or serial run. If tryParallel="true", the models will all be started before the results are evaluated. Otherwise,  if tryParallel="false", then the first run is evaluated before starting the second run.
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/@biasRemoval
annotation
documentation
Specify whether bias should be removed (true) from the cost computation. Default: false.

attribute CostFunctionXML/@tryParallel
annotation
documentation
Specify whether to use parallel or serial run. If tryParallel="true", the models will all be started before the results are evaluated. Otherwise,  if tryParallel="false", then the first run is evaluated before starting the second run.

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

complexType additionalStopCriteria
diagram dudConfig_diagrams/dudConfig_p13.png
annotation
documentation
Additional optional stopping criteria.

element additionalStopCriteria/stopCriterion
diagram dudConfig_diagrams/dudConfig_p14.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