ParameterOptimizerIterationResults.GetVariableSettings Method |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SolverVariableSettings[] GetVariableSettings()
Public Function GetVariableSettings As SolverVariableSettings()
public:
array<SolverVariableSettings^>^ GetVariableSettings()
member GetVariableSettings : unit -> SolverVariableSettings[]
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