Releases: mlr-org/bbotk
Releases · mlr-org/bbotk
bbotk 1.7.1
bbotk 1.7.0
- BREAKING CHANGE: Replace 
OptimizerBatchLocalSearchwith a faster C implementation. - feat: Add 
parparameter toOptimizerGenSA. - BREAKING CHANGE: Replace 
startparameter fromOptimizerNloptrwithx0parameter. - feat: Expose internal termination criteria of 
Optimizers. - feat: Store required packages in 
Objective$packages. - feat: Fail queued and running points when optimization is terminated.
 - fix: Pass 
n_workerstorush. - feat: Kill 
rushworker after optimization. - feat: Add tiny logging mode.
 
bbotk 1.6.0
v1.6.0 ...
bbotk 1.5.0
- compatibility: irace 4.1.0
 - compatibility: rush 0.2.0
 - refactor: Replace 
Codomain$maximization_to_minimizationwith$directionfield. - feat: Save 
ArchiveAsyncto adata.tablewithArchiveAsyncFrozen. 
bbotk 1.4.1
- compatibility: irace 4.0.0
 
bbotk 1.4.0
- feat: Add 
OptimizerBatchChainthat runs multiple optimizers sequentially. - refactor: Only pass 
extrato$assign_result(). 
bbotk 1.3.0
- feat: Add new stage 
on_result_begintoCallbackAsyncTuningandCallbackBatchTuning. - refactor: Rename stage 
on_resulttoon_result_endinCallbackAsyncTuningandCallbackBatchTuning. - docs: Extend the 
CallbackAsyncTuningandCallbackBatchTuningdocumentation. 
bbotk 1.2.0
- feat: 
ContextBatchandContextAsynchave aresult_extrafield now to access additional results passed to the instance. - refactor: Additional information are passed with 
extratoOptimInstance$assign_result(). 
bbotk 1.1.1
v1.1.1 release: 1.1.1
bbotk 1.1.0
- docs: Move vignette to mlr3book.
 - feat: Add hypervolume stagnation terminator 
trm("stagnation_hypervolume"). - feat Add local search optimizer 
opt("local_search"). - refactor: Remove unused fields from callbacks.
 - fix: Add 
"on_optimization_end_batch"stage toCallbackBatch.