Skip to content

Commit

Permalink
chore: bump version to 0.5.4 (#183)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.5.4

* chore: update word list
  • Loading branch information
be-marc authored Aug 25, 2022
1 parent ee19518 commit a7511d3
Show file tree
Hide file tree
Showing 31 changed files with 643 additions and 608 deletions.
4 changes: 2 additions & 2 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.5.3
Version: 0.5.4
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down Expand Up @@ -65,7 +65,7 @@ Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Collate:
'Archive.R'
'ArchiveBest.R'
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bbotk 0.5.4

* feat: Add `OptimizerFocusSearch` that peforms a focusing random search.
* feat: Add `OptimizerFocusSearch` that performs a focusing random search.

# bbotk 0.5.3

Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OptimizerGridSearch
POSIXct
Palmerin
Param
ParamLgls
ParamSet
Params
Physica
Expand Down Expand Up @@ -47,6 +48,7 @@ parallelize
param
ps
saveRDS
shrinked
subclasses
trafo
unnested
Expand Down
48 changes: 24 additions & 24 deletions man/Archive.Rd

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

48 changes: 24 additions & 24 deletions man/ArchiveBest.Rd

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

57 changes: 29 additions & 28 deletions man/Codomain.Rd

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

42 changes: 21 additions & 21 deletions man/Objective.Rd

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

Loading

0 comments on commit a7511d3

Please sign in to comment.