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.2.419.0 (24.2.419.0)
Syntax public OptimizerMultivariableFunctionResults GetPerturbedResults(
int index
)
Public Function GetPerturbedResults (
index As Integer
) As OptimizerMultivariableFunctionResults
public:
OptimizerMultivariableFunctionResults^ GetPerturbedResults(
int index
)
member GetPerturbedResults :
index : int -> OptimizerMultivariableFunctionResults
Parameters
- index
- Type: SystemInt32
The index of the results to get.
Return Value
Type:
OptimizerMultivariableFunctionResultsThe
Function when the
variable
with the same
index in the
ParameterOptimizer was perturbed for this iteration.
See Also