Click or drag to resize

OptimizerMultivariableFunctionDerivativeEvaluationEvent 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, OptimizerMultivariableFunctionResults, 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<OptimizerFunctionDerivativeEvaluatedEventArgs> DerivativeEvaluationEvent

Value

Type: SystemEventHandlerOptimizerFunctionDerivativeEvaluatedEventArgs
See Also