Skip to content

Possible value range for variogram_range? #416

@hfrick

Description

@hfrick

Our docs say:

dials/R/space_filling.R

Lines 19 to 21 in 11ec401

#' @param variogram_range A numeric value greater than zero. Larger values
#' reduce the likelihood of empty regions in the parameter space. Only used
#' for `type = "max_entropy"`.

It's passed to DiceDesign::dmaxDesign()

dials/R/space_filling.R

Lines 409 to 416 in 11ec401

sfd <-
DiceDesign::dmaxDesign(
n = size,
dimension = length(params),
range = variogram_range,
niter_max = iter,
seed = sample.int(10^5, 1)
)

which itself does allow the full range. Do we also want to allow that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions