* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/bbotk.Rcheck’ * using R Under development (unstable) (2025-12-20 r89211) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘bbotk/DESCRIPTION’ ... OK * this is package ‘bbotk’ version ‘1.8.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘bbotk’ can be installed ... [16s/16s] OK * used C compiler: ‘gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’ * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [33s/33s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... [12s/12s] OK * checking examples with --run-donttest ... [11s/11s] ERROR Running examples in ‘bbotk-Ex.R’ failed The error most likely occurred in: > ### Name: mlr_optimizers_irace > ### Title: Iterated Racing > ### Aliases: mlr_optimizers_irace OptimizerBatchIrace > > ### ** Examples > > # example only runs if irace is available > if (mlr3misc::require_namespaces("irace", quietly = TRUE)) { + # runtime of the example is too long + ## No test: + library(data.table) + + # set domain + domain = ps( + x1 = p_dbl(-5, 10), + x2 = p_dbl(0, 15) + ) + + # set codomain + codomain = ps(y = p_dbl(tags = "minimize")) + + # branin function with noise + # the noise generates different instances of the branin function + # the noise values are passed via the `instances` parameter + fun = function(xdt, instances) { + ys = branin(xdt[["x1"]], xdt[["x2"]], noise = as.numeric(instances)) + data.table(y = ys) + } + + # define objective with instances as a constant + objective = ObjectiveRFunDt$new( + fun = fun, + domain = domain, + codomain = codomain, + constants = ps(instances = p_uty())) + + instance = oi( + objective = objective, + terminator = trm("evals", n_evals = 96)) + + # create instances of branin function + instances = rnorm(10, mean = 0, sd = 0.1) + + # load optimizer and set branin instances + optimizer = opt("irace", instances = instances) + + # trigger optimization + optimizer$optimize(instance) + + # all evaluated configurations + instance$archive + + # best performing configuration + instance$result + ## End(No test) + } Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% INFO [17:47:14.183] [bbotk] Starting to optimize 2 parameter(s) with '' and ' [n_evals=96, k=0]' # 2025-12-21 17:47:14 GMT: Initialization # Elitist race # Elitist new instances: 1 # Elitist limit: 2 # nbIterations: 3 # minNbSurvival: 3 # nbParameters: 2 # seed: 2007264198 # confidence level: 0.95 # budget: 96 # mu: 5 # deterministic: FALSE # 2025-12-21 17:47:14 GMT: Iteration 1 of 3 # experimentsUsed: 0 # remainingBudget: 96 # currentBudget: 32 # nbConfigurations: 5 # Markers: x No test is performed. c Configurations are discarded only due to capping. - The test is performed and some configurations are discarded. = The test is performed but no configuration is discarded. ! The test is performed and configurations could be discarded but elite configurations are preserved. . All alive configurations are elite and nothing is discarded. +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ | | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ INFO [17:47:14.743] [bbotk] Evaluating 5 configuration(s) INFO [17:47:14.785] [bbotk] Result of batch 1: INFO [17:47:14.795] [bbotk] x1 x2 configuration instance y INFO [17:47:14.795] [bbotk] 1.690546 13.258762 1 7 100.63211 INFO [17:47:14.795] [bbotk] 9.190545 5.758762 2 7 12.73054 INFO [17:47:14.795] [bbotk] -2.059454 2.008762 3 7 66.59597 INFO [17:47:14.795] [bbotk] 5.440545 9.508762 4 7 86.01011 INFO [17:47:14.795] [bbotk] -3.934455 7.633762 5 7 47.19000 |x| 1| 5| 2| 12.73053935| 5|00:00:00| NA| NA| NA| INFO [17:47:14.817] [bbotk] Evaluating 5 configuration(s) INFO [17:47:14.855] [bbotk] Result of batch 2: INFO [17:47:14.859] [bbotk] x1 x2 configuration instance y INFO [17:47:14.859] [bbotk] 1.690546 13.258762 1 10 100.63211 INFO [17:47:14.859] [bbotk] 9.190545 5.758762 2 10 12.73054 INFO [17:47:14.859] [bbotk] -2.059454 2.008762 3 10 66.59597 INFO [17:47:14.859] [bbotk] 5.440545 9.508762 4 10 86.01011 INFO [17:47:14.859] [bbotk] -3.934455 7.633762 5 10 47.19000 |x| 2| 5| 2| 12.73053935| 10|00:00:00|+1.00|1.00|0.0000| INFO [17:47:14.882] [bbotk] Evaluating 5 configuration(s) INFO [17:47:14.917] [bbotk] Result of batch 3: INFO [17:47:14.921] [bbotk] x1 x2 configuration instance y INFO [17:47:14.921] [bbotk] 1.690546 13.258762 1 5 100.63211 INFO [17:47:14.921] [bbotk] 9.190545 5.758762 2 5 12.73054 INFO [17:47:14.921] [bbotk] -2.059454 2.008762 3 5 66.59597 INFO [17:47:14.921] [bbotk] 5.440545 9.508762 4 5 86.01011 INFO [17:47:14.921] [bbotk] -3.934455 7.633762 5 5 47.19000 |x| 3| 5| 2| 12.73053935| 15|00:00:00|+1.00|1.00|0.0000| INFO [17:47:14.942] [bbotk] Evaluating 5 configuration(s) INFO [17:47:14.977] [bbotk] Result of batch 4: INFO [17:47:14.980] [bbotk] x1 x2 configuration instance y INFO [17:47:14.980] [bbotk] 1.690546 13.258762 1 9 100.63211 INFO [17:47:14.980] [bbotk] 9.190545 5.758762 2 9 12.73054 INFO [17:47:14.980] [bbotk] -2.059454 2.008762 3 9 66.59597 INFO [17:47:14.980] [bbotk] 5.440545 9.508762 4 9 86.01011 INFO [17:47:14.980] [bbotk] -3.934455 7.633762 5 9 47.19000 |x| 4| 5| 2| 12.73053935| 20|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.003] [bbotk] Evaluating 5 configuration(s) INFO [17:47:15.037] [bbotk] Result of batch 5: INFO [17:47:15.041] [bbotk] x1 x2 configuration instance y INFO [17:47:15.041] [bbotk] 1.690546 13.258762 1 8 100.63211 INFO [17:47:15.041] [bbotk] 9.190545 5.758762 2 8 12.73054 INFO [17:47:15.041] [bbotk] -2.059454 2.008762 3 8 66.59597 INFO [17:47:15.041] [bbotk] 5.440545 9.508762 4 8 86.01011 INFO [17:47:15.041] [bbotk] -3.934455 7.633762 5 8 47.19000 |-| 5| 1| 2| 12.73053935| 25|00:00:00| NA| NA| NA| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ Best-so-far configuration: 2 mean value: 12.73053935 Description of the best-so-far configuration: .ID. x1 x2 .PARENT. 2 2 9.19054508209229 5.75876176357269 NA # 2025-12-21 17:47:15 GMT: Elite configurations (first number is the configuration ID; listed from best to worst according to the sum of ranks): x1 x2 2 9.19054508209229 5.75876176357269 # 2025-12-21 17:47:15 GMT: Iteration 2 of 3 # experimentsUsed: 25 # remainingBudget: 71 # currentBudget: 35 # nbConfigurations: 5 # Markers: x No test is performed. c Configurations are discarded only due to capping. - The test is performed and some configurations are discarded. = The test is performed but no configuration is discarded. ! The test is performed and configurations could be discarded but elite configurations are preserved. . All alive configurations are elite and nothing is discarded. +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ | | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ INFO [17:47:15.096] [bbotk] Evaluating 5 configuration(s) INFO [17:47:15.130] [bbotk] Result of batch 6: INFO [17:47:15.134] [bbotk] x1 x2 configuration instance y INFO [17:47:15.134] [bbotk] 9.190545 5.758762 2 4 12.73054 INFO [17:47:15.134] [bbotk] 5.734611 11.945666 6 4 135.35760 INFO [17:47:15.134] [bbotk] 9.952020 10.271310 7 4 55.22074 INFO [17:47:15.134] [bbotk] 9.755715 13.493374 8 4 115.94610 INFO [17:47:15.134] [bbotk] 7.489843 4.256569 9 4 22.00502 |x| 6| 5| 2| 12.73053935| 5|00:00:00| NA| NA| NA| INFO [17:47:15.155] [bbotk] Evaluating 4 configuration(s) INFO [17:47:15.184] [bbotk] Result of batch 7: INFO [17:47:15.188] [bbotk] x1 x2 configuration instance y INFO [17:47:15.188] [bbotk] 5.734611 11.945666 6 9 135.35760 INFO [17:47:15.188] [bbotk] 9.952020 10.271310 7 9 55.22074 INFO [17:47:15.188] [bbotk] 9.755715 13.493374 8 9 115.94610 INFO [17:47:15.188] [bbotk] 7.489843 4.256569 9 9 22.00502 |x| 4| 5| 2| 12.73053935| 9|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.210] [bbotk] Evaluating 4 configuration(s) INFO [17:47:15.241] [bbotk] Result of batch 8: INFO [17:47:15.245] [bbotk] x1 x2 configuration instance y INFO [17:47:15.245] [bbotk] 5.734611 11.945666 6 7 135.35760 INFO [17:47:15.245] [bbotk] 9.952020 10.271310 7 7 55.22074 INFO [17:47:15.245] [bbotk] 9.755715 13.493374 8 7 115.94610 INFO [17:47:15.245] [bbotk] 7.489843 4.256569 9 7 22.00502 |x| 1| 5| 2| 12.73053935| 13|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.267] [bbotk] Evaluating 4 configuration(s) INFO [17:47:15.300] [bbotk] Result of batch 9: INFO [17:47:15.304] [bbotk] x1 x2 configuration instance y INFO [17:47:15.304] [bbotk] 5.734611 11.945666 6 10 135.35760 INFO [17:47:15.304] [bbotk] 9.952020 10.271310 7 10 55.22074 INFO [17:47:15.304] [bbotk] 9.755715 13.493374 8 10 115.94610 INFO [17:47:15.304] [bbotk] 7.489843 4.256569 9 10 22.00502 |x| 2| 5| 2| 12.73053935| 17|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.327] [bbotk] Evaluating 4 configuration(s) INFO [17:47:15.362] [bbotk] Result of batch 10: INFO [17:47:15.366] [bbotk] x1 x2 configuration instance y INFO [17:47:15.366] [bbotk] 5.734611 11.945666 6 5 135.35760 INFO [17:47:15.366] [bbotk] 9.952020 10.271310 7 5 55.22074 INFO [17:47:15.366] [bbotk] 9.755715 13.493374 8 5 115.94610 INFO [17:47:15.366] [bbotk] 7.489843 4.256569 9 5 22.00502 |-| 3| 1| 2| 12.73053935| 21|00:00:00| NA| NA| NA| |.| 5| 1| 2| 12.73053935| 21|00:00:00| NA| NA| NA| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ Best-so-far configuration: 2 mean value: 12.73053935 Description of the best-so-far configuration: .ID. x1 x2 .PARENT. 2 2 9.19054508209229 5.75876176357269 NA # 2025-12-21 17:47:15 GMT: Elite configurations (first number is the configuration ID; listed from best to worst according to the sum of ranks): x1 x2 2 9.19054508209229 5.75876176357269 # 2025-12-21 17:47:15 GMT: Iteration 3 of 3 # experimentsUsed: 46 # remainingBudget: 50 # currentBudget: 50 # nbConfigurations: 7 # Markers: x No test is performed. c Configurations are discarded only due to capping. - The test is performed and some configurations are discarded. = The test is performed but no configuration is discarded. ! The test is performed and configurations could be discarded but elite configurations are preserved. . All alive configurations are elite and nothing is discarded. +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ | | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ INFO [17:47:15.401] [bbotk] Evaluating 7 configuration(s) INFO [17:47:15.446] [bbotk] Result of batch 11: INFO [17:47:15.450] [bbotk] x1 x2 configuration instance y INFO [17:47:15.450] [bbotk] 9.190545 5.758762 2 2 12.730539 INFO [17:47:15.450] [bbotk] 7.705017 6.305699 10 2 35.428041 INFO [17:47:15.450] [bbotk] 8.855613 4.452142 11 2 7.745785 INFO [17:47:15.450] [bbotk] 9.291413 3.109213 12 2 1.037301 INFO [17:47:15.450] [bbotk] 6.983342 7.630203 13 2 58.875835 INFO [17:47:15.450] [bbotk] 9.417945 3.875586 14 2 2.375915 INFO [17:47:15.450] [bbotk] 9.421877 5.283222 15 2 8.297781 |x| 7| 7| 12| 1.037301472| 7|00:00:00| NA| NA| NA| INFO [17:47:15.471] [bbotk] Evaluating 6 configuration(s) INFO [17:47:15.511] [bbotk] Result of batch 12: INFO [17:47:15.514] [bbotk] x1 x2 configuration instance y INFO [17:47:15.514] [bbotk] 7.705017 6.305699 10 9 35.428041 INFO [17:47:15.514] [bbotk] 8.855613 4.452142 11 9 7.745785 INFO [17:47:15.514] [bbotk] 9.291413 3.109213 12 9 1.037301 INFO [17:47:15.514] [bbotk] 6.983342 7.630203 13 9 58.875835 INFO [17:47:15.514] [bbotk] 9.417945 3.875586 14 9 2.375915 INFO [17:47:15.514] [bbotk] 9.421877 5.283222 15 9 8.297781 |x| 4| 7| 12| 1.037301472| 13|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.538] [bbotk] Evaluating 6 configuration(s) INFO [17:47:15.578] [bbotk] Result of batch 13: INFO [17:47:15.582] [bbotk] x1 x2 configuration instance y INFO [17:47:15.582] [bbotk] 7.705017 6.305699 10 8 35.428041 INFO [17:47:15.582] [bbotk] 8.855613 4.452142 11 8 7.745785 INFO [17:47:15.582] [bbotk] 9.291413 3.109213 12 8 1.037301 INFO [17:47:15.582] [bbotk] 6.983342 7.630203 13 8 58.875835 INFO [17:47:15.582] [bbotk] 9.417945 3.875586 14 8 2.375915 INFO [17:47:15.582] [bbotk] 9.421877 5.283222 15 8 8.297781 |x| 5| 7| 12| 1.037301472| 19|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.607] [bbotk] Evaluating 6 configuration(s) INFO [17:47:15.647] [bbotk] Result of batch 14: INFO [17:47:15.651] [bbotk] x1 x2 configuration instance y INFO [17:47:15.651] [bbotk] 7.705017 6.305699 10 7 35.428041 INFO [17:47:15.651] [bbotk] 8.855613 4.452142 11 7 7.745785 INFO [17:47:15.651] [bbotk] 9.291413 3.109213 12 7 1.037301 INFO [17:47:15.651] [bbotk] 6.983342 7.630203 13 7 58.875835 INFO [17:47:15.651] [bbotk] 9.417945 3.875586 14 7 2.375915 INFO [17:47:15.651] [bbotk] 9.421877 5.283222 15 7 8.297781 |x| 1| 7| 12| 1.037301472| 25|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.673] [bbotk] Evaluating 6 configuration(s) INFO [17:47:15.713] [bbotk] Result of batch 15: INFO [17:47:15.717] [bbotk] x1 x2 configuration instance y INFO [17:47:15.717] [bbotk] 7.705017 6.305699 10 4 35.428041 INFO [17:47:15.717] [bbotk] 8.855613 4.452142 11 4 7.745785 INFO [17:47:15.717] [bbotk] 9.291413 3.109213 12 4 1.037301 INFO [17:47:15.717] [bbotk] 6.983342 7.630203 13 4 58.875835 INFO [17:47:15.717] [bbotk] 9.417945 3.875586 14 4 2.375915 INFO [17:47:15.717] [bbotk] 9.421877 5.283222 15 4 8.297781 |-| 6| 2| 12| 1.037301472| 31|00:00:00|+1.00|1.00|0.0000| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ Best configuration for the instances in this race: 12 Best-so-far configuration: 2 mean value: 12.73053935 Description of the best-so-far configuration: .ID. x1 x2 .PARENT. 2 2 9.19054508209229 5.75876176357269 NA # 2025-12-21 17:47:15 GMT: Elite configurations (first number is the configuration ID; listed from best to worst according to the sum of ranks): x1 x2 2 9.19054508209229 5.75876176357269 12 9.29141319737068 3.10921303559177 # 2025-12-21 17:47:15 GMT: Iteration 4 of 4 # experimentsUsed: 77 # remainingBudget: 19 # currentBudget: 19 # nbConfigurations: 4 # Markers: x No test is performed. c Configurations are discarded only due to capping. - The test is performed and some configurations are discarded. = The test is performed but no configuration is discarded. ! The test is performed and configurations could be discarded but elite configurations are preserved. . All alive configurations are elite and nothing is discarded. +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ | | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ INFO [17:47:15.753] [bbotk] Evaluating 2 configuration(s) INFO [17:47:15.772] [bbotk] Result of batch 16: INFO [17:47:15.776] [bbotk] x1 x2 configuration instance y INFO [17:47:15.776] [bbotk] 8.128112 5.272994 16 2 20.90297 INFO [17:47:15.776] [bbotk] 9.694989 3.712394 17 2 1.74637 |x| 7| 4| 12| 1.037301472| 2|00:00:00| NA| NA| NA| INFO [17:47:15.799] [bbotk] Evaluating 2 configuration(s) INFO [17:47:15.818] [bbotk] Result of batch 17: INFO [17:47:15.821] [bbotk] x1 x2 configuration instance y INFO [17:47:15.821] [bbotk] 8.128112 5.272994 16 4 20.90297 INFO [17:47:15.821] [bbotk] 9.694989 3.712394 17 4 1.74637 |x| 6| 4| 12| 1.037301472| 4|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.843] [bbotk] Evaluating 3 configuration(s) INFO [17:47:15.871] [bbotk] Result of batch 18: INFO [17:47:15.875] [bbotk] x1 x2 configuration instance y INFO [17:47:15.875] [bbotk] 9.291413 3.109213 12 10 1.037301 INFO [17:47:15.875] [bbotk] 8.128112 5.272994 16 10 20.902972 INFO [17:47:15.875] [bbotk] 9.694989 3.712394 17 10 1.746370 |x| 2| 4| 12| 1.037301472| 7|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.896] [bbotk] Evaluating 3 configuration(s) INFO [17:47:15.920] [bbotk] Result of batch 19: INFO [17:47:15.924] [bbotk] x1 x2 configuration instance y INFO [17:47:15.924] [bbotk] 9.291413 3.109213 12 5 1.037301 INFO [17:47:15.924] [bbotk] 8.128112 5.272994 16 5 20.902972 INFO [17:47:15.924] [bbotk] 9.694989 3.712394 17 5 1.746370 |x| 3| 4| 12| 1.037301472| 10|00:00:00|+1.00|1.00|0.0000| INFO [17:47:15.945] [bbotk] Evaluating 2 configuration(s) INFO [17:47:15.964] [bbotk] Result of batch 20: INFO [17:47:15.967] [bbotk] x1 x2 configuration instance y INFO [17:47:15.967] [bbotk] 8.128112 5.272994 16 8 20.90297 INFO [17:47:15.967] [bbotk] 9.694989 3.712394 17 8 1.74637 |-| 5| 2| 12| 1.037301472| 12|00:00:00|+1.00|1.00|0.0000| |.| 1| 2| 12| 1.037301472| 12|00:00:00|+1.00|1.00|0.0000| |.| 4| 2| 12| 1.037301472| 12|00:00:00|+1.00|1.00|0.0000| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ Best-so-far configuration: 12 mean value: 1.037301472 Description of the best-so-far configuration: .ID. x1 x2 .PARENT. 12 12 9.29141319737068 3.10921303559177 2 # 2025-12-21 17:47:15 GMT: Elite configurations (first number is the configuration ID; listed from best to worst according to the sum of ranks): x1 x2 12 9.29141319737068 3.10921303559177 2 9.19054508209229 5.75876176357269 # 2025-12-21 17:47:15 GMT: Stopped because there is not enough budget left to race more than the minimum (3). # You may either increase the budget or set 'minNbSurvival' to a lower value. # Iteration: 5 # nbIterations: 5 # experimentsUsed: 89 # timeUsed: 0 # remainingBudget: 7 # currentBudget: 7 # number of elites: 2 # nbConfigurations: 3 # Total CPU user time: 1.621, CPU sys time: 0.048, Wall-clock time: 1.692 # 2025-12-21 17:47:15 GMT: Starting post-selection: # Configurations selected: 12, 2, 1. # Pending instances: 1, 1, 3. # 2025-12-21 17:47:16 GMT: seed: 2007264198 # Configurations: 3 # Available experiments: 7 # minSurvival: 1 # Markers: x No test is performed. c Configurations are discarded only due to capping. - The test is performed and some configurations are discarded. = The test is performed but no configuration is discarded. ! The test is performed and configurations could be discarded but elite configurations are preserved. . All alive configurations are elite and nothing is discarded. +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ | | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ |.| 4| 3| 12| 1.037301472| 0|00:00:00| NA| NA| NA| INFO [17:47:16.384] [bbotk] Evaluating 1 configuration(s) INFO [17:47:16.398] [bbotk] Result of batch 21: INFO [17:47:16.402] [bbotk] x1 x2 configuration instance y INFO [17:47:16.402] [bbotk] 1.690546 13.25876 1 2 100.6321 |x| 7| 3| 12| 1.037301472| 1|00:00:00|+1.00|1.00|0.0000| |.| 2| 3| 12| 1.037301472| 1|00:00:00|+1.00|1.00|0.0000| |.| 1| 3| 12| 1.037301472| 1|00:00:00|+1.00|1.00|0.0000| |.| 5| 3| 12| 1.037301472| 1|00:00:00|+1.00|1.00|0.0000| INFO [17:47:16.435] [bbotk] Evaluating 1 configuration(s) INFO [17:47:16.449] [bbotk] Result of batch 22: INFO [17:47:16.453] [bbotk] x1 x2 configuration instance y INFO [17:47:16.453] [bbotk] 1.690546 13.25876 1 4 100.6321 |x| 6| 3| 12| 1.037301472| 2|00:00:00|+1.00|1.00|0.0000| |.| 3| 3| 12| 1.037301472| 2|00:00:00|+1.00|1.00|0.0000| INFO [17:47:16.476] [bbotk] Evaluating 3 configuration(s) INFO [17:47:16.502] [bbotk] Result of batch 23: INFO [17:47:16.506] [bbotk] x1 x2 configuration instance y INFO [17:47:16.506] [bbotk] 1.690546 13.258762 1 3 100.632106 INFO [17:47:16.506] [bbotk] 9.190545 5.758762 2 3 12.730539 INFO [17:47:16.506] [bbotk] 9.291413 3.109213 12 3 1.037301 |-| 8| 1| 12| 1.037301472| 5|00:00:00| NA| NA| NA| +-+-----------+-----------+-----------+----------------+-----------+--------+-----+----+------+ Best-so-far configuration: 12 mean value: 1.037301472 Description of the best-so-far configuration: .ID. x1 x2 .PARENT. 12 12 9.29141319737068 3.10921303559177 2 # 2025-12-21 17:47:16 GMT: Elite configurations (first number is the configuration ID; listed from best to worst according to the sum of ranks): x1 x2 12 9.29141319737068 3.10921303559177 # Total CPU user time: 2.073, CPU sys time: 0.074, Wall-clock time: 2.175 Error in `[.data.table`(log, , `:=`("step", rleid("instance")), by = "iteration") : attempt access index 5/5 in VECTOR_ELT Calls: ... .__OptimizerBatchIrace__.optimize -> [ -> [.data.table Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [194s/201s] [194s/201s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + library("testthat") + library("checkmate") + test_check("bbotk") + } Loading required package: bbotk Loading required package: paradox [ FAIL 4 | WARN 0 | SKIP 53 | PASS 1160 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test_ArchiveAsync.R:2:3', 'test_ArchiveAsync.R:61:3', 'test_ArchiveAsyncFrozen.R:2:3', 'test_ArchiveBatch.R:1:1', 'test_CallbackAsync.R:4:3', 'test_CallbackAsync.R:31:3', 'test_CallbackAsync.R:59:3', 'test_CallbackAsync.R:88:3', 'test_CallbackAsync.R:118:3', 'test_CallbackAsync.R:154:3', 'test_CallbackAsync.R:183:3', 'test_CallbackAsync.R:210:3', 'test_CallbackAsync.R:239:3', 'test_CallbackAsync.R:269:3', 'test_CallbackAsync.R:297:3', 'test_Objective.R:1:1', 'test_OptimInstanceAsyncSingleCrit.R:2:3', 'test_OptimInstanceAsyncSingleCrit.R:26:3', 'test_OptimInstanceAsyncSingleCrit.R:45:3', 'test_OptimInstanceAsyncSingleCrit.R:65:3', 'test_OptimInstanceAsyncSingleCrit.R:82:3', 'test_OptimInstanceAsyncSingleCrit.R:109:3', 'test_OptimInstanceBatchMultiCrit.R:1:1', 'test_OptimInstanceBatchSingleCrit.R:1:1', 'test_OptimizerAsynDesignPoints.R:2:3', 'test_OptimizerAsynGridSearch.R:2:3', 'test_OptimizerAsync.R:2:3', 'test_OptimizerAsync.R:26:3', 'test_OptimizerAsync.R:50:3', 'test_OptimizerAsync.R:73:3', 'test_OptimizerAsync.R:95:3', 'test_OptimizerAsync.R:124:3', 'test_OptimizerAsync.R:155:3', 'test_OptimizerAsync.R:178:3', 'test_OptimizerAsyncRandomSearch.R:2:3', 'test_OptimizerBatchCmaes.R:1:1', 'test_OptimizerBatchDesignPoints.R:1:1', 'test_OptimizerBatchFocusSearch.R:1:1', 'test_OptimizerBatchGenSA.R:1:1', 'test_OptimizerBatchGridSearch.R:1:1', 'test_OptimizerBatchNLoptr.R:1:1', 'test_OptimizerBatchRandomSearch.R:1:1', 'test_TerminatorClockTime.R:1:1', 'test_TerminatorCombo.R:1:1', 'test_TerminatorEvals.R:1:1', 'test_TerminatorNone.R:1:1', 'test_TerminatorPerfReached.R:1:1', 'test_TerminatorRunTime.R:2:5', 'test_TerminatorStagnation.R:1:1', 'test_TerminatorStagnationBatch.R:1:1', 'test_TerminatorStagnationBatch.R:15:1', 'test_mlr_callbacks.R:58:3' • TRUE is TRUE (1): 'test_mlr_callbacks.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_OptimizerBatchIrace.R:23:3'): OptimizerBatchIrace minimize works ── Error in ``[.data.table`(log, , `:=`("step", rleid("instance")), by = "iteration")`: attempt access index 5/5 in VECTOR_ELT Backtrace: ▆ 1. ├─utils::capture.output(optimizer$optimize(instance)) at test_OptimizerBatchIrace.R:23:3 2. │ └─base::withVisible(...elt(i)) 3. └─optimizer$optimize(instance) 4. └─bbotk:::.__OptimizerBatch__optimize(...) 5. └─bbotk::optimize_batch_default(inst, self) 6. ├─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─get_private(optimizer)$.optimize(instance) 11. └─bbotk:::.__OptimizerBatchIrace__.optimize(...) 12. ├─log[, `:=`("step", rleid("instance")), by = "iteration"] 13. └─data.table:::`[.data.table`(...) ── Error ('test_OptimizerBatchIrace.R:63:3'): OptimizerBatchIrace maximize works ── Error in ``[.data.table`(log, , `:=`("step", rleid("instance")), by = "iteration")`: attempt access index 5/5 in VECTOR_ELT Backtrace: ▆ 1. ├─utils::capture.output(optimizer$optimize(instance)) at test_OptimizerBatchIrace.R:63:3 2. │ └─base::withVisible(...elt(i)) 3. └─optimizer$optimize(instance) 4. └─bbotk:::.__OptimizerBatch__optimize(...) 5. └─bbotk::optimize_batch_default(inst, self) 6. ├─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─get_private(optimizer)$.optimize(instance) 11. └─bbotk:::.__OptimizerBatchIrace__.optimize(...) 12. ├─log[, `:=`("step", rleid("instance")), by = "iteration"] 13. └─data.table:::`[.data.table`(...) ── Error ('test_OptimizerBatchIrace.R:129:3'): OptimizerBatchIrace works with passed constants set ── Error in ``[.data.table`(log, , `:=`("step", rleid("instance")), by = "iteration")`: attempt access index 5/5 in VECTOR_ELT Backtrace: ▆ 1. ├─utils::capture.output(optimizer$optimize(instance)) at test_OptimizerBatchIrace.R:129:3 2. │ └─base::withVisible(...elt(i)) 3. └─optimizer$optimize(instance) 4. └─bbotk:::.__OptimizerBatch__optimize(...) 5. └─bbotk::optimize_batch_default(inst, self) 6. ├─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─get_private(optimizer)$.optimize(instance) 11. └─bbotk:::.__OptimizerBatchIrace__.optimize(...) 12. ├─log[, `:=`("step", rleid("instance")), by = "iteration"] 13. └─data.table:::`[.data.table`(...) ── Error ('test_OptimizerBatchIrace.R:154:3'): OptimizerBatchIrace works without passed constants set ── Error in ``[.data.table`(log, , `:=`("step", rleid("instance")), by = "iteration")`: attempt access index 5/5 in VECTOR_ELT Backtrace: ▆ 1. ├─utils::capture.output(optimizer$optimize(instance)) at test_OptimizerBatchIrace.R:154:3 2. │ └─base::withVisible(...elt(i)) 3. └─optimizer$optimize(instance) 4. └─bbotk:::.__OptimizerBatch__optimize(...) 5. └─bbotk::optimize_batch_default(inst, self) 6. ├─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─get_private(optimizer)$.optimize(instance) 11. └─bbotk:::.__OptimizerBatchIrace__.optimize(...) 12. ├─log[, `:=`("step", rleid("instance")), by = "iteration"] 13. └─data.table:::`[.data.table`(...) [ FAIL 4 | WARN 0 | SKIP 53 | PASS 1160 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 2 ERRORs See ‘/data/blackswan/ripley/R/packages/tests-devel/bbotk.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 5:18.29, 292.91 + 17.93