Releases: mlr-org/bbotk
Releases · mlr-org/bbotk
bbotk 1.8.1
bbotk 1.8.0
- feat: Add
on_optimizer_queue_before_evalandon_optimizer_queue_after_evalstages toCallbackAsyncandCallbackBatch. - fix: Start phase of
rushworker.
bbotk 1.7.1
fix: Imbalanced protection and casting in C code.
fix: Load required packages in worker loop.
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().