Click or drag to resize

ParameterOptimizerIterationResults.GetPerturbedResults Method

Gets the results of the Function when the variable with the same index in the ParameterOptimizer was perturbed for this iteration. Note that this may return null 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: 25.1.421.0 (25.1.421.0)
Syntax
public OptimizerMultivariableFunctionResults GetPerturbedResults(
	int index
)

Parameters

index
Type: System.Int32
The index of the results to get.

Return Value

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