Click or drag to resize

MultivariableFunctionSolverIterationResultsGetPerturbedResults Method

Gets the results of the Function when the variable with the same index in the MultivariableFunctionSolver was perturbed for this iteration. Note that this may return if the Jacobian of the function that made these results was computed analytically or if index is higher than the number of variables in the function.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SolvableMultivariableFunctionResults GetPerturbedResults(
	int index
)

Parameters

index
Type: SystemInt32
The index of the results to get.

Return Value

Type: SolvableMultivariableFunctionResults
The Function when the variable with the same index in the MultivariableFunctionSolver was perturbed for this iteration.
See Also