Click or drag to resize

LevenbergMarquardtIterations Field

Stores all intermediate x-array solution values for all iterations, in case StoreIterations is set. If the StoreIterations is not set, this is null.

The residual is decreasing with each x-array in the list.

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

Field Value

Type: IListDouble
See Also