Skip to content

Commit

Permalink
fix: dt
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 29, 2024
1 parent 6bfdd7c commit c464f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimizerBatchHyperband.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ OptimizerBatchHyperband = R6Class("OptimizerBatchHyperband",
# promote configurations of previous batch
if (s != s_max) {
archive = inst$archive
data = archive$data[archive$n_batch, , on = "batch_nr"]
data = archive$data[list(archive$n_batch), , on = "batch_nr"]
minimize = ifelse(archive$codomain$maximization_to_minimization == -1, TRUE, FALSE)

# for each bracket, promote configurations of previous stage
Expand Down

0 comments on commit c464f44

Please sign in to comment.