Click or drag to resize

LevenbergMarquardtMaxFunctionEval Property

Maximum number of function evaluations. Default 200

This may not be hit exactly, since one iteration can trigger several function evaluations.

In case a Jacobian is not provided, this can be set app.

MaxIter + dimx*MaxIter/JacobianRecalc,
since the number of evaluations per iteration is 1 per default and then dimx evaluations per 1/JacobianRecalc iterations

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 MaxFunctionEval { get; set; }

Property Value

Type: Int32
See Also