# S3 method for param
ParameterGrid(..., size = 3, random = FALSE)
# S3 method for list
ParameterGrid(x, size = 3, random = FALSE, ...)
# S3 method for parameters
ParameterGrid(x, size = 3, random = FALSE, ...)
Arguments
...
named param objects as defined in the dials package.
size
single integer or vector of integers whose positions or names
match the given parameters and which specify the number of values used to
construct the grid.
random
number of unique points to sample at random from the grid
defined by size, or FALSE for all points.
x
list of named param objects or a
parameters object.
Value
ParameterGrid class object that inherits from
parameters and Grid.