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. |
|