Gets or sets the initial size of the trust region.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double InitialTrustRegionSize { get; set; }
Public Property InitialTrustRegionSize As Double
Get
Set
public:
property double InitialTrustRegionSize {
double get ();
void set (double value);
}
member InitialTrustRegionSize : float with get, set
Property Value
Type:
DoubleA value greater than zero.
Reference