Click or drag to resize

MultivariableFunctionSolverIterationResultsGetConstraintSettings Method

Gets the SolverConstraintSettings that correspond to the constraints computed by the function. The order of the SolverConstraintSettings in this array matches the order of the computed 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 SolverConstraintSettings[] GetConstraintSettings()

Return Value

Type: SolverConstraintSettings
The SolverConstraintSettings that correspond to the values computed by all the function evaluations in this set of results.
See Also