R Under development (unstable) (2024-09-23 r87189 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (requireNamespace("testthat", quietly = TRUE)) { + library(testthat) + library(mlr3mbo) + test_check("mlr3mbo") + } Loading required namespace: mlr3learners Loading required namespace: DiceKriging Loading required namespace: rgenoud Loading required package: mlr3 WARN [23:37:59.262] [bbotk] Optimizer Error. WARN [23:38:15.019] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated. WARN [23:38:47.515] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this WARN [23:38:47.517] [bbotk] Could not update the surrogate a final time after the optimization process has terminated. WARN [23:39:01.257] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this WARN [23:39:01.258] [bbotk] Could not update the surrogate a final time after the optimization process has terminated. WARN [23:39:09.512] [bbotk] Surrogate Train Error. WARN [23:39:15.630] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [23:39:19.536] [bbotk] Surrogate Train Error. WARN [23:39:30.272] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [23:39:59.305] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [23:40:01.620] [bbotk] Optimizer Error. WARN [23:40:01.830] [bbotk] Surrogate Train Error. WARN [23:40:02.086] [bbotk] Surrogate Predict Error. ERROR [23:40:35.599] [mlr3] train: Surrogate Train Error. [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1033 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_AcqFunctionEHVIGH.R:35:3', 'test_OptimizerMbo.R:2:3', 'test_ResultAssignerSurrogate.R:16:3', 'test_TunerMbo.R:2:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1033 ] > > proc.time() user system elapsed 61.82 3.93 204.84