ConjugateGradientRestartCount Property |
Gets or sets the number of iterations between restarts.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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