R Under development (unstable) (2024-11-14 r87333 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 package: mlr3tuning Loading required package: mlr3 Loading required package: paradox Loading required namespace: mlr3learners Loading required namespace: DiceKriging Loading required namespace: rgenoud WARN [17:32:05.034] [bbotk] Optimizer Error. WARN [17:32:17.965] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated. WARN [17:32:42.804] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this WARN [17:32:42.805] [bbotk] Could not update the surrogate a final time after the optimization process has terminated. WARN [17:33:07.671] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this WARN [17:33:07.673] [bbotk] Could not update the surrogate a final time after the optimization process has terminated. WARN [17:33:30.494] [bbotk] Surrogate Train Error. WARN [17:33:35.496] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [17:33:38.161] [bbotk] Surrogate Train Error. WARN [17:33:46.332] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [17:34:09.180] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold. WARN [17:34:10.866] [bbotk] Optimizer Error. WARN [17:34:11.028] [bbotk] Surrogate Train Error. WARN [17:34:11.245] [bbotk] Surrogate Predict Error. ERROR [17:34:37.296] [mlr3] train: Surrogate Train Error. [ FAIL 0 | WARN 0 | SKIP 17 | PASS 1048 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test_AcqFunctionEHVIGH.R:35:3', 'test_AcqFunctionStochasticCB.R:2:3', 'test_AcqFunctionStochasticCB.R:28:3', 'test_AcqFunctionStochasticCB.R:55:3', 'test_AcqFunctionStochasticCB.R:83:3', 'test_AcqFunctionStochasticCB.R:111:3', 'test_AcqFunctionStochasticEI.R:2:3', 'test_AcqFunctionStochasticEI.R:29:3', 'test_AcqFunctionStochasticEI.R:56:3', 'test_OptimizerADBO.R:2:3', 'test_OptimizerAsyncMbo.R:2:3', 'test_OptimizerAsyncMbo.R:22:3', 'test_OptimizerMbo.R:2:3', 'test_ResultAssignerSurrogate.R:16:3', 'test_TunerADBO.R:2:3', 'test_TunerAsyncMbo.R:2:3', 'test_TunerMbo.R:2:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 1048 ] > > proc.time() user system elapsed 74.32 3.70 191.48