|
LineSearchFailedException Constructor (Int32, String)
|
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public LineSearchFailedException(
int info,
string message
)
Public Sub New (
info As Integer,
message As String
)
Request Example
View SourceParameters
- info
- Type: SystemInt32
The error code information of the line search routine. - message
- Type: SystemString
Message providing some additional information.
See Also