Conjugate Gradient Optimizer.Restart Threshold Property
Gets or sets the restart threshold for the orthogonality of successive gradients.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |