Nothing
test_that("OptimizerBatchGridSearch", {
z = test_optimizer_1d("grid_search", term_evals = 10L)
expect_class(z$optimizer, "OptimizerBatchGridSearch")
expect_snapshot(z$optimizer)
z = test_optimizer_2d("grid_search", term_evals = 10L)
expect_class(z$optimizer, "OptimizerBatchGridSearch")
expect_snapshot(z$optimizer)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.