real
Real-valued discrete design variables
Topics
discrete_variables, design_variables
Specification
Alias: None
Arguments: INTEGER
Default: no discrete design set real 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 reals. See Usage Notes for tips on specifying discrete set variables.
Examples
Two continuous, restricted variables whose values will be selected from the following sets during the search for an optimal design. \(y1 \in \{0.25,1.25, 2.25, 3.25, 4.25\}\) , \(y2 \in \{0,5\}\)
discrete_design_set
real 2
descriptors 'y1' 'y2'
elements_per_variable 5 2
elemetns 0.25 1.25 2.25 3.25 4.25 0 5