Click or drag to resize

OptimizerMultivariableFunction.CallDerivativeEvaluationEvent Method

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected void CallDerivativeEvaluationEvent(
	OptimizerMultivariableFunctionDerivativeResults derivativeResults
)

Parameters

derivativeResults
Type: AGI.Foundation.NumericalMethods.OptimizerMultivariableFunctionDerivativeResults
The functions derivative results.
See Also