MultivariableFunctionSolverIterationResultsGetConstraintSettings 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 SolverConstraintSettings[] GetConstraintSettings()
Public Function GetConstraintSettings As SolverConstraintSettings()
public:
array<SolverConstraintSettings^>^ GetConstraintSettings()
member GetConstraintSettings : unit -> SolverConstraintSettings[]
Return Value
Type:
SolverConstraintSettingsThe
SolverConstraintSettings that correspond to the values computed by all the
function evaluations in this set of results.
See Also