Click or drag to resize

MultivariableFunctionSolverIterationResults.GetConstraintSettings 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: 25.1.421.0 (25.1.421.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