Click or drag to resize

ParameterOptimizerIterationResultsGetPerturbedResults 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 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 OptimizerMultivariableFunctionResults GetPerturbedResults(
	int index
)

Parameters

index
Type: SystemInt32
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