mlr3mbo
mlr3mbo copied to clipboard
Flexible Bayesian Optimization in R
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, ...
- [ ] min max switching - [ ] optimizer and tuner multicrit - [ ] generate_acq_codomain - [ ] unify test functions and helpers - [ ] expand test_OptimizerMbo...
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)....
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...
The AcqFun would be one sample of a gaussian process. Also nice for parallelization.
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...