|
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; }
Public Property OrthantwiseEnd As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks
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