Click or drag to resize

IPartialDifferentiable.GetPartialDerivativesEvaluator Method

Constructs the PartialDerivativesEvaluator that will calculate the partial derivatives of this IPartialDifferentiable object with respect to any of the parameters in the independentVariables that apply.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
PartialDerivativesEvaluator GetPartialDerivativesEvaluator(
	IList<IPartialDifferentiable> independentVariables,
	EvaluatorGroup group
)

Parameters

independentVariables
Type: System.Collections.Generic.IList<IPartialDifferentiable>
The list of IPartialDifferentiable representing the independent variables that the created partial derivative evaluator calculates partials with respect to.
group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup that will contain the created evaluator.

Return Value

Type: PartialDerivativesEvaluator
The PartialDerivativesEvaluator.
See Also