Click or drag to resize

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)
Syntax
public event EventHandler<OptimizerFunctionEvaluatedEventArgs> NormalFunctionEvaluationEvent

Value

Type: System.EventHandler<OptimizerFunctionEvaluatedEventArgs>
See Also