Click or drag to resize

ParameterOptimizerIterationResults.GetEqualityConstraintSettings Method

Gets the SolverConstraintSettings that correspond to the equality 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[] GetEqualityConstraintSettings()

Return Value

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