Click or drag to resize

ParameterOptimizerIterationResults.IndexOfEqualityConstraint Method

Overload List
  NameDescription
Public methodIndexOfEqualityConstraint(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.
Public methodIndexOfEqualityConstraint(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.
Top
See Also