Click or drag to resize

ParameterOptimizerIterationResultsGetInequalityConstraintSettings 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: 24.1.418.0 (24.1.418.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