Click or drag to resize

EndCriteria Methods

The EndCriteria type exposes the following members.

Methods
 NameDescription
Public methodCheckCriteriaCheck if ending criteria are met
Public methodCheckFunctionEpsilonCheck if objective function value is less than the function epsilon
Public methodCheckFunctionEvaluationsCheck if the number of function evaluations is less than the maximum
Public methodCheckGradientCriteriaCheck if gradient criteria are met
Public methodCheckGradientEpsilonCheck if the norm of the gradient is less than the gradient epsilon
Public methodCheckGradientEvaluationsCheck if the number of gradient evaluations is less than the maximum
Public methodCheckHessianEpsilonCheck if the norm of the hessian is less than the hessian epsilon
Public methodCheckHessianEvaluationsCheck if the number of hessian evaluations is less than the maximum
Public methodCheckIterationsCheck if the iteration number is less than the maximum iteration
Public methodCheckStationaryGradientCheck if gradient function changed by less than the gradient epsilon
Public methodCheckStationaryHessianCheck if hessian function changed by less than the hessian epsilon
Public methodCheckStationaryPointCheck if objective function changed by less than the function epsilon
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodReset Reset all Counters
Public methodToStringA string representation of this EndCriteria.
(Overrides ObjectToString)
Public methodToString(IFormatProvider)A string representation of this EndCriteria.
Public methodToString(String)A string representation of this EndCriteria.
Public methodToString(String, IFormatProvider)A string representation of this EndCriteria.
Top
See Also