Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<SolverFunctionEvaluatedEventArgs> NormalFunctionEvaluationEvent

Value

Type: SystemEventHandlerSolverFunctionEvaluatedEventArgs
See Also