Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 23, 2021
1 parent 0366ade commit 7229d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bbotk
Title: Black-Box Optimization Toolkit
Version: 0.2.2.9000
Version: 0.3.0
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down Expand Up @@ -31,9 +31,9 @@ Authors@R:
role = "ctb",
email = "olafm@statistik.tu-dortmund.de"))
Description: Provides a common framework for optimization of
black-box functions for other packages, e.g. 'mlr3tuning' or 'mlr3fselect'.
It offers various optimization methods e.g. grid search, random search and
generalized simulated annealing.
black-box functions for other packages, e.g. 'mlr3tuning' or
'mlr3fselect'. It offers various optimization methods e.g. grid
search, random search and generalized simulated annealing.
License: LGPL-3
URL: https://bbotk.mlr-org.com, https://github.com/mlr-org/bbotk
BugReports: https://github.com/mlr-org/bbotk/issues
Expand All @@ -57,9 +57,9 @@ Suggests:
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bbotk 0.2.2.9000
# bbotk 0.3.0

* Improved `TerminatorPerfRearched` documentation.
* Added `check_values` flag in `OptimInstance`, `OptimInstanceSingleCrit`,
Expand Down

0 comments on commit 7229d98

Please sign in to comment.