LevenbergMarquardt2DMaxFunctionEval 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 + 2*MaxIter/JacobianRecalc,
since the number of evaluations per iteration is 1 per default and
then 2 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 public int MaxFunctionEval { get; set; }
Property Value
Type:
Int32See Also