MultivariableFunctionSolverIterationResultsGetVariableSettings Method |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SolverVariableSettings[] GetVariableSettings()
Public Function GetVariableSettings As SolverVariableSettings()
public:
array<SolverVariableSettings^>^ GetVariableSettings()
member GetVariableSettings : unit -> SolverVariableSettings[]
Return Value
Type:
SolverVariableSettingsThe
SolverVariableSettings that correspond to the values used to compute all the
function evaluations in this set of results.
See Also