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)
Syntaxprotected void CallDerivativeEvaluationEvent(
OptimizerMultivariableFunctionDerivativeResults derivativeResults
)
Protected Sub CallDerivativeEvaluationEvent (
derivativeResults As OptimizerMultivariableFunctionDerivativeResults
)
protected:
void CallDerivativeEvaluationEvent(
OptimizerMultivariableFunctionDerivativeResults^ derivativeResults
)
member CallDerivativeEvaluationEvent :
derivativeResults : OptimizerMultivariableFunctionDerivativeResults -> unit
Parameters
- derivativeResults
- Type: AGI.Foundation.NumericalMethods.OptimizerMultivariableFunctionDerivativeResults
The functions derivative results.
See Also