Configuring the Constraints

You use the Constraints tab to select the parameters that will be used as constraints during execution.

For the Pointer Automatic Optimizer technique, you can only define 500 constraints. The other techniques do not have a limit on the number of constraints that you can define.

  1. From the Optimization Component WebTop Editor, click the Constraints tab.

  2. Perform the following options, which may vary based on your model design:

    1. Determine which parameters you want to use as constraints by selecting the corresponding check boxes in the first column. Alternatively, you can click Check All to select all the selected parameters as constraints. To clear all the parameters, click Check None.
    2. Set the Lower Bound and Upper Bound in the corresponding columns.
    3. Set the constraint’s Target in the corresponding column.
    4. Set the constraint’s Scale Factor and Weight Factor in the corresponding columns. Scale factors are used to bring constraint values to the same order of magnitude to improve the efficiency of the optimizers. Weight factors are used to change the importance of various constraints.

      The value of each constraint is calculated as follows:

      • ConstraintValue(LowerBound)=(LBParm×W/S)
      • ConstraintValue(UpperBound)=(ParmUB)×W/S
      • ConstraintValue(Target)=(ParmT)×W/S

      where LB is the lower bound value, UB is the upper bound value, T is the target value, Parm is the parameter value, W is the weight factor, and S is the scale factor.

  3. Click Update Component to save your changes.