Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 26, 2024
1 parent 13c81f3 commit 3819efb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions R/TuningInstanceAsyncMulticrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ TuningInstanceAsyncMultiCrit = R6Class("TuningInstanceAsyncMultiCrit",
#' @param ... (`any`)\cr
#' ignored.
assign_result = function(xdt, ydt, learner_param_vals = NULL, extra = NULL, ...) {
# workaround
extra = extra %??% xydt

# assign for callbacks
private$.result_xdt = xdt
private$.result_ydt = ydt
Expand Down
3 changes: 0 additions & 3 deletions R/TuningInstanceAsyncSingleCrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ TuningInstanceAsyncSingleCrit = R6Class("TuningInstanceAsyncSingleCrit",
#' @param ... (`any`)\cr
#' ignored.
assign_result = function(xdt, y, learner_param_vals = NULL, extra = NULL, ...) {
# workaround
extra = extra %??% xydt

# assign for callbacks
private$.result_xdt = xdt
private$.result_y = y
Expand Down
3 changes: 0 additions & 3 deletions R/TuningInstanceBatchMulticrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ TuningInstanceBatchMultiCrit = R6Class("TuningInstanceBatchMultiCrit",
#' @param ... (`any`)\cr
#' ignored.
assign_result = function(xdt, ydt, learner_param_vals = NULL, extra = NULL, ...) {
# workaround
extra = extra %??% xydt

# assign for callbacks
private$.result_xdt = xdt
private$.result_ydt = ydt
Expand Down
3 changes: 0 additions & 3 deletions R/TuningInstanceBatchSingleCrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ TuningInstanceBatchSingleCrit = R6Class("TuningInstanceBatchSingleCrit",
#' @param ... (`any`)\cr
#' ignored.
assign_result = function(xdt, y, learner_param_vals = NULL, extra = NULL, ...) {
# workaround
extra = extra %??% xydt

# assign for callbacks
private$.result_xdt = xdt
private$.result_y = y
Expand Down

0 comments on commit 3819efb

Please sign in to comment.