Click or drag to resize

ConjugateGradientRestartCount Property

Number of iterations between restarts. Must be a non-negative number. If 0 is specified then the number of iterations between restart is the number of variables

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

Property Value

Int32
See Also