LeastSquaresSettings.maxGoodResidual

The algorithm stops iteration when the residual value is less or equal to maxGoodResidual.

struct LeastSquaresSettings(T)
T maxGoodResidual;

Meta