-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
featurea feature request or enhancementa feature request or enhancement
Description
Our docs say:
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()
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement