4.1.3. Input Variable Node

Your Ad Here

The Input Variable Node identifies a design parameter that you wish to vary. Each design is then uniquely identified by the values assigned to the input variables. The role of both DOE and optimization algorithms is then that of generating sets of values for the input variables. In other words, the set of input variables in a Process Flow defines the multi-dimensional space in which you want the designs to exist. As the dimensionality of the design space grows, looking for better designs becomes more complex. Accordingly, efforts should be done to keep the number of input variables as low as possible (compatibly with the task at hand).

Node Configuration

The Input Variable Node Properties Dialog

Figure 4.10. The Input Variable Node Properties Dialog

Configuring an Input variable node requires setting several parameters:

Input Connections

This node receives no input.

Output Connections

The Input node output connector can be connected to one or more data input connectors. They must belong to a node of the following types:

In all cases, the rule to be used to pass the value of the input variable to the receiving node must be specified in the properties dialog for the connected node.

Logic Log Messages

Several error messages can be associated with an input node:

106INVALID BASE FOR INPUT VARIABLEThe base is set to one or to a value smaller than zero
107INVALID BOUNDS FOR INPUT VARIABLEThe lower bound is larger than the upper bound
109ILLEGAL VARIABLES IN EXPRESSIONThe expression provided to compute the variable's value is illegal (only input variables of a type other than EXPRESSION are allowed)
110MISSING EXPRESSIONThe variable is of type EXPRESSION, but no expression has been provided
112MISSING OUTPUT LINK(S)The input node's output is not connected to any node
-1[An expression parser error]The expression provided is not a legal expression, and cannot be evaluated properly. The actual message should help the user understand where the problem lies.


Return to modeFRONTIER Index


Your Ad Here
??