mlr3mbo 0.2.1
- docs: updated some references in vignette.
- refactor: minor clean up of the internal structure of all loop functions.
- perf: default initial design constructed based on a Sobol sequence in all loop functions.
- refactor: no longer depend on
mlr3tuning
but import instead. - refactor:
srlrn
sugar function now can construct both aSurrogateLearner
andSurrogateLearnerCollection
; droppedsrlrnc
. - feat: added
AcqFunctionSD
,AcqFunctionEHVI
andAcqFunctionEHVIGH
, introducedbayesopt_emo
loop function. - feat:
AcqFunction
s now include a$packages
field stating required packages which are checked for whether their namespace can be loaded prior to optimization. - fix: fixed bug in
fix_xdt_missing()
helper function. - BREAKING CHANGE: renaming
default_loopfun
->default_loop_function
,default_acqfun
->default_acqfunction
,default_acqopt
->default_acqoptimizer
. - BREAKING CHANGE:
result_function
s now replaced byResultAssigner
s. - BREAKING CHANGE: renamed
$model
field of allSurrogate
classes to$learner
. - BREAKING CHANGE: For all
Surrogate
andAcquisitionFunction
classes fields*_cols
renamed tocols_*
(e.g.,x_cols
tocols_x
).
mlr3mbo 0.1.2
CRAN release: 2023-03-02
- refactor: adapt to mlr3tuning 0.18.0.
- feat: Acquisition functions now assert whether surrogates match their required predict type.
- fix: Unloading
mlr3mbo
removes optimizers and tuners from the dictionaries. - docs: faster examples.
- feat: characters in surrogate regression tasks are no longer automatically converted to factors.
default_surrogate
now respects this and gained an appropriate pipeline step. - feat:
AcqFunctionAEI
added. - docs: fix of docs, README and bibentries.