Description Usage Arguments Value Examples
Generates a maximin latin hypercube sample (LHS) covering the space defined by lower_bound
and upper_bound
with budget
number of points. The resulting LHS is shifted and scaled to the domain defined by lower_bound
and upper_bound
.
1 | space_fill(lower_bound, upper_bound, budget)
|
lower_bound |
A vector of length |
upper_bound |
A vector of length |
budget |
An integer. |
A matrix with budget
rows and d
columns.
1 2 | my_lhs <- space_fill(c(0,0),c(10,10),20)
plot(my_lhs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.