ParameterOptimizerIterationResults.IndexOfEqualityConstraint Method |
Name | Description | |
---|---|---|
![]() | IndexOfEqualityConstraint(SolverConstraintSettings) |
Gets the index of the SolverConstraintSettings in the array that is returned by the
GetEqualityConstraintSettings() method. This index also corresponds to the evaluated value
in the array returned by the GetEqualityConstraintValues() of
every OptimizerMultivariableFunctionResults stored in this set of results.
|
![]() | IndexOfEqualityConstraint(String) |
Gets the index of the SolverConstraintSettings with the matching
constraintName in the array that is returned by the
GetEqualityConstraintSettings() method. This index also corresponds to the evaluated value
in the array returned by the GetEqualityConstraintValues() of
every OptimizerMultivariableFunctionResults stored in this set of results.
|