Click or drag to resize

OptimizerMultivariableFunctionCallDerivativeEvaluationEvent Method

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

Parameters

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