Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 9, 2024
1 parent 16baef2 commit 900adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimizerAsync.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ optimize_async_default = function(instance, optimizer, design = NULL, n_workers
rush$start_remote_workers(
worker_loop = bbotk_worker_loop,
packages = c(optimizer$packages, instance$objective$packages, "bbotk"),
wait_for_workers = TRUE,
wait_for_workers = FALSE,
optimizer = optimizer,
instance = instance)
} else if (rush::rush_available()) {
Expand Down

0 comments on commit 900adb5

Please sign in to comment.