Click or drag to resize

ParameterOptimizerIterationResultsIndexOfInequalityConstraint Method (String)

Gets the index of the InequalityConstraintSettings with the matching constraintName in the array that is returned by the GetInequalityConstraintSettings method. This index also corresponds to the evaluated value in the array returned by the GetInequalityConstraintValues of every OptimizerMultivariableFunctionResults stored in this set of results.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int IndexOfInequalityConstraint(
	string constraintName
)

Parameters

constraintName
Type: SystemString
The name of the InequalityConstraintSettings whose index is desired.

Return Value

Type: Int32
The index of the InequalityConstraintSettings with the matching constraintName and constraint value in all of the OptimizerMultivariableFunctionResults stored in this, or -1 if the InequalityConstraintSettings is not stored in this set of results.
See Also