| stopSearch | R Documentation |
Once stopped, it cannot be restarted.
stopSearch(obj)
obj |
The |
Adam Kapelner
## Not run:
set.seed(1)
X = matrix(rnorm(20), nrow = 10)
ged = initGreedyExperimentalDesignObject(
X,
max_designs = 3,
num_cores = 1,
start = TRUE,
wait = FALSE,
objective = "abs_sum_diff",
verbose = FALSE
)
stopSearch(ged)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.