Schema simplexConfig.xsd


element SimplexConfig
diagram simplexConfig_diagrams/simplexConfig_p1.png
annotation
documentation
Configuration of Simplex algorithm.

complexType SimplexConfigXML
diagram simplexConfig_diagrams/simplexConfig_p2.png

element SimplexConfigXML/costFunction
diagram simplexConfig_diagrams/simplexConfig_p3.png
attributes
Name  Type  Use  Default  Fixed  Annotation
class  derived by: xs:string  required      
documentation
Set openda:class name of the cost function.
weakParameterConstraint  xs:boolean  optional  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.
tryParallel  xs:boolean  optional  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.
factor  xs:double  optional  0.5    
documentation
Specify the multiplication factor to use in the cost function.
annotation
documentation
Configure cost function to minimize

element SimplexConfigXML/outerLoop
diagram simplexConfig_diagrams/simplexConfig_p4.png
attributes
Name  Type  Use  Default  Fixed  Annotation
maxIterations  xs:integer  optional  100    
documentation
Maximum number of outer iterations.
absTolerance  xs:float  optional  0.01    
documentation
Maximum absolute difference between the costs of two best parameter estimates.
relTolerance  xs:float  optional  0.01    
documentation
Maximum relative difference between the costs of two best parameter estimates.
annotation
documentation
Specify outer-loop stopping criteria.

element SimplexConfigXML/stopCriteria
diagram simplexConfig_diagrams/simplexConfig_p5.png
annotation
documentation
Additional optional stopping criteria.

complexType OuterLoopXML
diagram simplexConfig_diagrams/simplexConfig_p6.png
attributes
Name  Type  Use  Default  Fixed  Annotation
maxIterations  xs:integer  optional  100    
documentation
Maximum number of outer iterations.
absTolerance  xs:float  optional  0.01    
documentation
Maximum absolute difference between the costs of two best parameter estimates.
relTolerance  xs:float  optional  0.01    
documentation
Maximum relative difference between the 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.

complexType CostFunctionXML
diagram simplexConfig_diagrams/simplexConfig_p7.png
attributes
Name  Type  Use  Default  Fixed  Annotation
class  derived by: xs:string  required      
documentation
Set openda:class name of the cost function.
weakParameterConstraint  xs:boolean  optional  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.
tryParallel  xs:boolean  optional  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.
factor  xs:double  optional  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 simplexConfig_diagrams/simplexConfig_p8.png
annotation
documentation
Additional optional stopping criteria.

element additionalStopCriteria/stopCriterion
diagram simplexConfig_diagrams/simplexConfig_p9.png
attributes
Name  Type  Use  Default  Fixed  Annotation
threshold    required      
documentation
Threshold value of the stopping parameter.
class    required      
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