Click or drag to resize

DoubleIterativelyReweightedLeastSqConvergenceFunction Property

Gets and sets the delegate function used to determine convergence. The delegate should return true when the tolerance is met.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleIterativelyReweightedLeastSqToleranceMetFunction ConvergenceFunction { get; set; }

Property Value

DoubleIterativelyReweightedLeastSqToleranceMetFunction
See Also