Click or drag to resize

LevenbergMarquardt2DJacobianRecalc Property

Integer specifying how often the Jacobian is completely recalculated by a forward difference approximation.

Every iteration can either performs a rank-1 update of the the Jacobian or completely recalculate the Jacobian. This number specifies how often the Jacobian should be completely recalculated.

Set to 1 to recalculate in every iteration. Set to zero to never recalculate, but only use rank-1 updates.

Default is 10. When a Jacobian function is provided, this parameter is not used.

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public int JacobianRecalc { get; set; }

Property Value

Type: Int32
See Also