integer
Integer-valued discrete design variables
Topics
discrete_variables, design_variables
Specification
Alias: None
Arguments: INTEGER
Default: no discrete design set integer variables
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Optional |
Number of admissible elements for each set variable |
||
Required |
The permissible values for each discrete variable |
||
Optional |
Whether the set-valued variables are categorical or relaxable |
||
Optional |
Initial values for variables |
||
Optional |
Labels for the variables |
Description
A design variable whose values come from a specified set of admissible integers. See Usage Notes for tips on specifying discrete set variables.
Examples
Four integer variables whose values will be selected from the following sets during the search for an optimal design. \(y1 \in \{0,1\}\) , \(y2 \in \{0, 1\}\) , \(y3 \in \{0,5\}\) and \(y4 \in \{10, 15, 20, 23\}\) .
discrete_design_set
integer 4
descriptors 'y1' 'y2' 'y3' 'y4'
elements_per_variable 2 2 2 4
elements 0 1 0 1 0 5 10 15 20 23