mlr3mbo icon indicating copy to clipboard operation
mlr3mbo copied to clipboard

Flexible Bayesian Optimization in R

Results 41 mlr3mbo issues
Sort by recently updated
recently updated
newest added

Priority: Low
Status: On Hold
Type: Enhancement

assert that relevant fields are initialized for classes that need them when these are initialized delayed, e.g.: acq_function in acq_optimizer surrogate in acq_function, ...

Priority: Medium
Type: Maintenance

- [ ] min max switching - [ ] optimizer and tuner multicrit - [ ] generate_acq_codomain - [ ] unify test functions and helpers - [ ] expand test_OptimizerMbo...

Priority: Medium
Type: Maintenance

Scenario: I optimize dimensions (a, b, c) for N steps, then determine that the value for c should be c*, but I want to go on optimizing over (a, b)....

Priority: Low
Type: Enhancement

E.g. my optimization happens over a simplex. One possibility is to map from the hypercube to the simplex using a trafo, but that would mean the surrogate model fits the...

Priority: Low
Type: Enhancement

The AcqFun would be one sample of a gaussian process. Also nice for parallelization.

Type: Enhancement
Tag: Contrib (prepared)

toying around with Max-value Entropy Search Currently expects the obfun to be maximized WIP

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_mlr3mbo.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...