enableMaxScalingFactorForSSS
maestro.monte enableMaxScalingFactorForSSS boolean { t | nil }
Description
Specifies whether to show the Max Scaling Factor field in the Advanced - Show All Options section of the Monte Carlo form when the Method is Scaled-Sigma Sampling.
The default value is nil, which indicates that the Max Scaling Factor field is hidden.
GUI Equivalent
|
The Advanced - Show All Options section on the Monte Carlo form. |
|
Examples
envGetVal("maestro.monte" "enableMaxScalingFactorForSSS")
envSetVal("maestro.monte" "enableMaxScalingFactorForSSS" 'boolean t)
Related Topics
The Scaled-Sigma Sampling Method
Return to top