Releases: mlr-org/bbotk
Releases · mlr-org/bbotk
bbotk 1.10.0
- chore: Minimum required version of
rushis now 1.0.0. Removed all compatibility workarounds for older versions. - fix: Remove non-API C entry points that caused CRAN warnings (#332).
- feat: Add
mlr_test_functionsdictionary with well-known 2-D optimization test functions (Branin, Rosenbrock, Himmelblau, Rastrigin, etc.) and sugar functionsotfun()/otfuns().
bbotk 1.9.0
- feat: Allow
"learn"tag (direction=0) alongside minimize/maximize inCodomain. - feat: Add new base class
EvalInstancefrom whichOptimInstancenow inherits.EvalInstancekeeps information about a process that evaluates anObjectivewhile not necessarily optimizing it. - feat: Exporting formerly internal
choose_search_space()function. - feat: Use
mlr3miscerror classes for errors and warnings. - compatibility: Compatible with
rush1.0.0. - fix: Terminator print method works correctly now.
bbotk 1.8.1
- fix: Any Conditions work with
OptimizerLocalSearchnow.
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().