Line Search Failed Exception.
Inheritance HierarchySystemObject
SystemException
Accord.Math.OptimizationLineSearchFailedException
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax[SerializableAttribute] public class LineSearchFailedException : Exception
<SerializableAttribute> Public Class LineSearchFailedException Inherits ExceptionRequest Example View Source
The LineSearchFailedException type exposes the following members.
Constructors Properties Name Description DataGets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.) HelpLinkGets or sets a link to the help file associated with this exception.
(Inherited from Exception.) HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.) InformationGets the error code information returned by the line search routine.
InnerExceptionGets the Exception instance that caused the current exception.
(Inherited from Exception.) MessageGets a message that describes the current exception.
(Inherited from Exception.) SourceGets or sets the name of the application or the object that causes the error.
(Inherited from Exception.) StackTraceGets a string representation of the immediate frames on the call stack.
(Inherited from Exception.) TargetSiteGets the method that throws the current exception.
(Inherited from Exception.) Top Methods Name Description EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) GetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.) GetHashCodeServes as the default hash function.
(Inherited from Object.) GetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) GetTypeGets the runtime type of the current instance.
(Inherited from Exception.) MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object.) ToStringCreates and returns a string representation of the current exception.
(Inherited from Exception.) Top Events Name Description SerializeObjectStateOccurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.) Top Extension Methods Name Description HasMethodChecks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) IsEqualCompares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.) To(Type) Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) ToT Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) Top RemarksThis exception may be thrown by the
L-BFGS Optimizerwhen the line search routine used by the optimization method fails.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4