Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bbotk
Title: Black-Box Optimization Toolkit
Version: 1.8.1.9000
Version: 1.9.0
Authors@R: c(
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# bbotk (development version)
# bbotk 1.9.0

* feat: Allow `"learn"` tag (direction=0) alongside minimize/maximize in `Codomain`.
* feat: Add new base class `EvalInstance` from which `OptimInstance` now inherits. `EvalInstance` keeps information about a process that evaluates an `Objective` while not necessarily optimizing it.
* feat: Exporting formerly internal `choose_search_space()` function.
* feat: Use `mlr3misc` error classes for errors and warnings.
* compatibility: Compatible with `rush` 1.0.0.
* fix: Terminator print method works correctly now.

# bbotk 1.8.1

Expand Down
2 changes: 1 addition & 1 deletion R/bbotk_reflections.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @description
#' Environment which stores various information to allow objects to examine and
#' introspect their structure and properties
#' (c.f. [Reflections](https://www.wikiwand.com/en/Reflection_(computer_programming))).
#' (c.f. [Reflections](https://en.wikipedia.org/wiki/Reflective_programming)).
#'
#' This environment be modified by third-party packages.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/bbotk_reflections.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading