make_args {DEXiR} | R Documentation |
Make a list of all possible combinations of values in a decision space defined by dim
.
make_args(dim)
dim |
A numeric vector containing upper bounds of the corresponding decision space dimensions.
For example, |
A list containing all possible value combinations. List elements are numeric vectors
of length equal to length(dim)
.
make_args(c(3, 4))