ILNumerics Ultimate VS

FminCallbackInfoTDistX Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The difference between the current value of XSub and the value from the last iteration [readonly].

[ILNumerics Optimization Toolbox]

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public RetArray<T> DistX { get; }

Property Value

Type: RetArrayT
Remarks

Decreasing values for DistX in most situations indicate progress towards an optimal solution. DistX gives the 2-norm of the difference.

[ILNumerics Optimization Toolbox]

See Also

Reference