IMSL C# Numerical Library

NonlinearRegression.InitialTrustRegion Property

The initial trust region radius.

public virtual double InitialTrustRegion {set;}

Property Value

A double scalar value specifying the initial trust region radius.

Remarks

The initial trust radius must be greater than zero. By default, InitialTrustRegion is set based on the initial scaled Cauchy step.

Exceptions

Exception TypeCondition
ArgumentException is thrown if InitialTrustRegion is less than or equal to 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace