Click or drag to resize

LevenbergMarquardtMinimizerMAX_JACOBAIN_DIAG Field

Used in initializing mu. mu is a tau_ times the maximum diagonal element of the jacobian at the starting piont x0. To make sure this value does not get too large (resulting in a too small initial step size) cap its value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected const double MAX_JACOBAIN_DIAG = 1000000

Field Value

Double
See Also