Click or drag to resize

ParameterOptimizerIterationResults.GetInequalityConstraintSettings Method

Gets the SolverConstraintSettings that correspond to the inequality 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 InequalityConstraintSettings[] GetInequalityConstraintSettings()

Return Value

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