Click or drag to resize

LevenbergMarquardtNewValueAction Field

If set, the action method is called every time a new x value has been computed. If the x-array argument is changed, the method must return true, otherwise it should return false.

Changing the x-values can be used to constrain the x values to a certain set of values.

Changing the x-values may significantly decrease convergence speed, and it may produce a suboptimal solution, even though an optimal solution is nearby.

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public Func<double[], bool> NewValueAction

Field Value

Type: FuncDouble, Boolean
See Also