Click or drag to resize

ConjugateGradientRestartCount Property

Gets or sets the number of iterations between restarts.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int RestartCount { get; set; }

Property Value

Int32
Remarks
Must be a non-negative number. If set to 0, the number of iterations between restarts is the number of variables.
See Also