Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoOrthantwiseEnd Property

End index for computing L1 norm of the variables.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int OrthantwiseEnd { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
This parameter is valid only for OWL-QN method (i.e., OrthantwiseC != 0). This parameter e (0 < e <= N) specifies the index number at which the library stops computing the L1 norm of the variables x,
|x| := |x_{b}| + |x_{b+1}| + ... + |x_{N}|.
See Also