Click or drag to resize

SolvableMultivariableFunctionDerivativeEvaluationEvent Event

An event that gets raised when the derivative of the function is evaluated. This event will be raised in whatever thread the derivative is evaluated in. If you override the EvaluateDerivative(Double, Boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress) method, you should call this event.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<SolverFunctionDerivativeEvaluatedEventArgs> DerivativeEvaluationEvent

Value

Type: SystemEventHandlerSolverFunctionDerivativeEvaluatedEventArgs
See Also