Click or drag to resize

ModifiedLevenbergMarquardtMinimizerFinalResidual Property

Gets the final L2 norm, or residual, of the function being minimized.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double FinalResidual { get; }

Property Value

Double

Implements

INonlinearLeastSqMinimizerFinalResidual
See Also