Skip to content

Commit

Permalink
refactor: remove stage
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 29, 2024
1 parent 3787ec9 commit 5a03bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimizerADBO.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ OptimizerADBO = R6Class("OptimizerADBO",
ys = inst$objective$eval(xs_trafoed)

# push result
extra = c(xss[[1]][c("acq_cb", ".already_evaluated")], list(stage = "mbo", lambda_0 = lambda_0, lambda = lambda))
extra = c(xss[[1]][c("acq_cb", ".already_evaluated")], list(lambda_0 = lambda_0, lambda = lambda))
archive$push_result(key, ys, x_domain = xs_trafoed, extra = extra)
}
}
Expand Down

0 comments on commit 5a03bf7

Please sign in to comment.