-
I find it somewhat annoying to having to silence different loggers and I can imagine it is also like this for users, for whom it's not even clear which loggers they have to change in order to get a le…
-
Hi,
The next version of irace: https://github.com/MLopez-Ibanez/irace/
will have some breaking changes: https://mlopez-ibanez.github.io/irace/news/index.html
Some possible fixes are given here:…
-
During a run with `mlr3mbo` with the default config we got:
```bash
INFO [04:56:35.792] [bbotk] 429.392 ce827262-3214-4d9d-8be7-febba967c238
INFO [04:56:35.915] [mlr3] C…
-
Hi,
The next version of irace: https://github.com/MLopez-Ibanez/irace/tree/v4
will have some breaking changes: https://mlopez-ibanez.github.io/irace/news/index.html
The list is not complete yet…
-
Hi,
The next version of irace: https://github.com/MLopez-Ibanez/irace/
will have some breaking changes: https://mlopez-ibanez.github.io/irace/news/index.html
Some potential issues are described…
-
I would like to build a neural network with a tunable number of layers. While I can tune the number of neurons per layer, I’m encountering issues when it comes to dynamically changing the number of la…
-
````R
require(data.table)
require(mlr3mbo)
require(bbotk)
callback_plot = callback_optimization("plot",
on_optimizer_after_eval = function(callback, context) {
}
)
obfun = ObjectiveRFu…
-
Eg in bbotk we only use the PS to describe domain and codomains.
But we now have defaults in there, and also "values"
(which have both no place there)
```
> obj
Domain:
ParamSet:
id …
-
@berndbischl @mllg @mb706 @be-marc summarising our discussions here and including action points.
Problem: Want to avoid two R6 parameter interfaces that perform a similar task (paradox and param6).…
-
### Description
In `surv.aorsf`, when the `leaf_min_events` parameter is tuned, then allowed values depend on the number of events in the respective task (or subset of the task used for training). Th…