|
LineSearchFailedExceptionInformation Property
|
Gets the error code information returned by the line search routine.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int Information { get; }
Public ReadOnly Property Information As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The error code information returned by the line search routine.
See Also