Conjugate Gradient Optimizer.Restart Threshold Property
Gets or sets the restart threshold for the orthogonality of successive gradients.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double RestartThreshold { get; set; }
Property Value
DoubleRemarks
One way of determining when the conjugate gradient algorithm should be restarted is when successive gradients are not sufficiently orthogonal.
Exceptions
Argument | The value is less than 0 or greater than 1. |