Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Aug 12, 2024
1 parent 900ec1d commit 3c6faeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/OptimizerBatchLocalSearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OptimizerBatchLocalSearch = R6Class("OptimizerBatchLocalSearch",
param_classes = c("ParamLgl", "ParamInt", "ParamDbl", "ParamFct"),
properties = c("dependencies", "single-crit"), # NOTE: think about multi-crit version
label = "Local Search",
man = "mlr3mbo::mlr_optimizers_local_search"
man = "bbotk::mlr_optimizers_local_search"
)
}
),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_OptimizerBatchLocalSearch.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("OptimizerBatchRandomSearch", {
z = test_optimizer_1d("local_search", term_evals = 10L)
z = test_optimizer_1d("local_search", term_evals = 40L)
expect_class(z$optimizer, "OptimizerBatchRandomSearch")
expect_snapshot(z$optimizer)
})

0 comments on commit 3c6faeb

Please sign in to comment.