Schema powellConfig.xsd


element PowellConfig
diagram powellConfig_diagrams/powellConfig_p1.png
annotation
documentation
Configuration of Dud algorithm.

complexType PowellConfigXML
diagram powellConfig_diagrams/powellConfig_p2.png

element PowellConfigXML/costFunction
diagram powellConfig_diagrams/powellConfig_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 PowellConfigXML/outerLoop
diagram powellConfig_diagrams/powellConfig_p4.png
attributes
Name  Type  Use  Default  Fixed  Annotation
maxIterations  xs:integer  optional  200    
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 PowellConfigXML/lineSearch
diagram powellConfig_diagrams/powellConfig_p5.png
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xs:string  required      
documentation
Type of linesearch.
maxIterations  xs:integer  optional  200    
documentation
Maximum number of inner iterations.
relTolerance  xs:float  optional  0.01    
documentation
Relative tolerance.
maxRelStepSize  xs:float  optional  100.0    
documentation
Maximum size of relative step.
annotation
documentation
Specify inner-loop / linesearch criteria.

element PowellConfigXML/stopCriteria
diagram powellConfig_diagrams/powellConfig_p6.png
annotation
documentation
Additional optional stopping criteria.

complexType PowellLineSearchXML
diagram powellConfig_diagrams/powellConfig_p7.png
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xs:string  required      
documentation
Type of linesearch.
maxIterations  xs:integer  optional  200    
documentation
Maximum number of inner iterations.
relTolerance  xs:float  optional  0.01    
documentation
Relative tolerance.
maxRelStepSize  xs:float  optional  100.0    
documentation
Maximum size of relative step.

attribute PowellLineSearchXML/@type
annotation
documentation
Type of linesearch.

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

attribute PowellLineSearchXML/@relTolerance
annotation
documentation
Relative tolerance.

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

element PowellLineSearchXML/brent
diagram powellConfig_diagrams/powellConfig_p8.png
attributes
Name  Type  Use  Default  Fixed  Annotation
startBracketValue  xs:float  optional  1.0    

attribute PowellLineSearchXML/brent/@startBracketValue

complexType OuterLoopXML
diagram powellConfig_diagrams/powellConfig_p9.png
attributes
Name  Type  Use  Default  Fixed  Annotation
maxIterations  xs:integer  optional  200    
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 powellConfig_diagrams/powellConfig_p10.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 powellConfig_diagrams/powellConfig_p11.png
annotation
documentation
Additional optional stopping criteria.

element additionalStopCriteria/stopCriterion
diagram powellConfig_diagrams/powellConfig_p12.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