BoundedLeastSquaresTrustRegion Property |
The size of initial trust region radius.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TrustRegion { get; set; }
Public Property TrustRegion As Double
Get
Set
public:
property double TrustRegion {
double get ();
void set (double value);
}
member TrustRegion : float with get, set
Property Value
Type:
Double
A
double scalar containing the initial trust region radius.
See Also