Conjugate Gradient Optimizer.Restart Iterations Property
Gets or sets the number of iterations after which the algorithm restarts from the steepest descent direction.
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 int RestartIterations { get; set; }
Property Value
Int32Remarks
Setting this property to a non-zero value ensures that information about the behavior of the objective function from previous iterations does not interfere with current calculation of the search direction.
Exceptions
Argument | The value is less than zero. |