SolvableMultivariableFunctionNormalFunctionEvaluationEvent Event |
An event that gets raised when the nominal function is evaluated.
This event will be raised in whatever thread the nominal function run was.
This should be called in the concrete
Evaluate(Double, ITrackCalculationProgress) method.
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> NormalFunctionEvaluationEvent
Public Event NormalFunctionEvaluationEvent As EventHandler(Of SolverFunctionEvaluatedEventArgs)
public:
event EventHandler<SolverFunctionEvaluatedEventArgs^>^ NormalFunctionEvaluationEvent {
void add (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
void remove (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
}
member NormalFunctionEvaluationEvent : IEvent<EventHandler<SolverFunctionEvaluatedEventArgs>,
SolverFunctionEvaluatedEventArgs>
Value
Type:
SystemEventHandlerSolverFunctionEvaluatedEventArgsSee Also