Click or drag to resize

EndCriteria Methods

The EndCriteria type exposes the following members.

Methods
 NameDescription
Public methodCheckCriteriaChecks whether any ending criteria are met.
Public methodCheckFunctionEpsilonChecks whether the objective function value is less than the function epsilon.
Public methodCheckFunctionEvaluationsChecks whether the maximum number of function evaluations has been reached.
Public methodCheckGradientCriteriaChecks whether any gradient-related ending criteria are met.
Public methodCheckGradientEpsilonChecks whether the norm of the gradient is less than the gradient epsilon.
Public methodCheckGradientEvaluationsChecks whether the maximum number of gradient evaluations has been reached.
Public methodCheckHessianEpsilonChecks whether the norm of the Hessian is less than the Hessian epsilon.
Public methodCheckHessianEvaluationsChecks whether the maximum number of Hessian evaluations has been reached.
Public methodCheckIterationsChecks whether the maximum iteration count has been reached.
Public methodCheckStationaryGradientChecks whether the gradient changed by less than the gradient epsilon.
Public methodCheckStationaryHessianChecks whether the Hessian changed by less than the Hessian epsilon.
Public methodCheckStationaryPointChecks whether the 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 methodResetResets all counters.
Public methodToStringReturns a string that represents the current object.
(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