Schema griddedFullSearchConfig.xsd


element GriddedFullSearchConfig
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p1.png
annotation
documentation
Configuration of Gridded Full Search algorithm.

complexType GriddedFullSearchConfigXML
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p2.png

element GriddedFullSearchConfigXML/costFunction
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_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 GriddedFullSearchConfigXML/gridRange
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p4.png
attributes
Name  Type  Use  Default  Fixed  Annotation
min  xs:string  required      
documentation
Vector of lower limits of search range. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].
max  xs:string  required      
documentation
Vector of upper limits of search range. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].
step  xs:string  required      
documentation
Vector of step size of the grid: [param1_step, param2_step, ..., paramN_step].
annotation
documentation
Specify grid range.

element GriddedFullSearchConfigXML/stopCriteria
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p5.png
annotation
documentation
Additional optional stopping criteria

complexType GridRangeXML
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p6.png
attributes
Name  Type  Use  Default  Fixed  Annotation
min  xs:string  required      
documentation
Vector of lower limits of search range. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].
max  xs:string  required      
documentation
Vector of upper limits of search range. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].
step  xs:string  required      
documentation
Vector of step size of the grid: [param1_step, param2_step, ..., paramN_step].

attribute GridRangeXML/@min
annotation
documentation
Vector of lower limits of search range. Each element refers to one calibration parameter: [param1_min, param2_min, ..., paramN_min].

attribute GridRangeXML/@max
annotation
documentation
Vector of upper limits of search range. Each element refers to one calibration parameter: [param1_max, param2_max, ..., paramN_max].

attribute GridRangeXML/@step
annotation
documentation
Vector of step size of the grid: [param1_step, param2_step, ..., paramN_step].

complexType CostFunctionXML
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_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 griddedFullSearchConfig_diagrams/griddedFullSearchConfig_p8.png
annotation
documentation
Additional optional stopping criteria.

element additionalStopCriteria/stopCriterion
diagram griddedFullSearchConfig_diagrams/griddedFullSearchConfig_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