OptimizerMultivariableFunction.NormalFunctionEvaluationEvent 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic event EventHandler<OptimizerFunctionEvaluatedEventArgs> NormalFunctionEvaluationEvent
Public Event NormalFunctionEvaluationEvent As EventHandler(Of OptimizerFunctionEvaluatedEventArgs)
public:
event EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ NormalFunctionEvaluationEvent {
void add (EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ value);
void remove (EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ value);
}
member NormalFunctionEvaluationEvent : IEvent<EventHandler<OptimizerFunctionEvaluatedEventArgs>,
OptimizerFunctionEvaluatedEventArgs>
Value
Type:
System.EventHandler<OptimizerFunctionEvaluatedEventArgs>
See Also