Void IConvergenceData.put_Value(Int32 curveId, Int32 isFeasible, Double newStep, Boolean newVal)

Sets a new convergence value for the given step and given convergence curve.

Parameters

  • curveId
    Type: Int32
    Index identifying the convergence curve (between 0 and number of curves-1).
  • isFeasible
    Type: Int32
    True if the corresponding point is feasible, False otherwise.
  • newStep
    Type: Double
    Index identifying the step. Used as the x-axis value of the convergence curve.
  • newVal
    Type: Boolean
    Convergence value. Used as the y-axis value of the convergence curve.