Click or drag to resize

SolvableMultivariableFunctionPerturbedFunctionEvaluationEvent Event

An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function. This event will be raised in whatever thread the function was evaluated in. This can be ignored if the concrete function computes its derivative analytically.

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<SolverFunctionEvaluatedEventArgs> PerturbedFunctionEvaluationEvent

Value

Type: SystemEventHandlerSolverFunctionEvaluatedEventArgs
See Also