Void IOptimizationMethod.AddDoubleVariable(String bsVariableID, Double dblInitialValue, Double dblLowerBound, Double dblUpperBound)

Adds an input continuous double-precision variable with its range of variation.

Parameters

  • bsVariableID
    Type: String
    Variable identifier.
  • dblInitialValue
    Type: Double
    Initial value of the variable. For an optimization method, this is the value at the starting point, if the method uses one.
  • dblLowerBound
    Type: Double
    Lower bound.
  • dblUpperBound
    Type: Double
    Upper bound.