Click or drag to resize

MultivariableFunctionSolverIterationResultsGetVariableSettings Method

Gets the SolverVariableSettings that correspond to the variable values used to compute all of the function evaluations. The order of the SolverVariableSettings in this array matches the order of the variable values.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SolverVariableSettings[] GetVariableSettings()

Return Value

Type: SolverVariableSettings
The SolverVariableSettings that correspond to the values used to compute all the function evaluations in this set of results.
See Also