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.2.419.0 (24.2.419.0)
Syntax public event EventHandler<SolverFunctionEvaluatedEventArgs> PerturbedFunctionEvaluationEvent
Public Event PerturbedFunctionEvaluationEvent As EventHandler(Of SolverFunctionEvaluatedEventArgs)
public:
event EventHandler<SolverFunctionEvaluatedEventArgs^>^ PerturbedFunctionEvaluationEvent {
void add (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
void remove (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
}
member PerturbedFunctionEvaluationEvent : IEvent<EventHandler<SolverFunctionEvaluatedEventArgs>,
SolverFunctionEvaluatedEventArgs>
Value
Type:
SystemEventHandlerSolverFunctionEvaluatedEventArgsSee Also