Skip to content

Commit

Permalink
man and tests: fix docs and test
Browse files Browse the repository at this point in the history
  • Loading branch information
sumny committed Nov 15, 2024
1 parent a79d863 commit 86f2e28
Show file tree
Hide file tree
Showing 49 changed files with 786 additions and 333 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Collate:
'ResultAssignerSurrogate.R'
'Surrogate.R'
'SurrogateLearner.R'
'SurrogateLearnerAsync.R'
'SurrogateLearnerCollection.R'
'TunerADBO.R'
'TunerAsyncMbo.R'
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export(ResultAssignerArchive)
export(ResultAssignerSurrogate)
export(Surrogate)
export(SurrogateLearner)
export(SurrogateLearnerAsync)
export(SurrogateLearnerCollection)
export(TunerADBO)
export(TunerAsyncMbo)
Expand Down
2 changes: 2 additions & 0 deletions man-roxygen/field_archive_surrogate_is_async.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @field archive_is_async (`bool(1)``)\cr
#' Whether the [bbotk::Archive] is an asynchronous one.
2 changes: 1 addition & 1 deletion man-roxygen/field_properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#' Set of properties of the optimizer.
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk::bbotk_reflections].
#' MBO in principle is very flexible and by default we assume that the optimizer has all properties.
#' When fully initialized, properties are determined based on the `loop_function` and `surrogate`.
#' When fully initialized, properties are determined based on the loop, e.g., the `loop_function`, and `surrogate`.
13 changes: 13 additions & 0 deletions man/AcqFunction.Rd

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

23 changes: 18 additions & 5 deletions man/AcqOptimizer.Rd

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

2 changes: 1 addition & 1 deletion man/ResultAssigner.Rd

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

20 changes: 19 additions & 1 deletion man/Surrogate.Rd

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

6 changes: 6 additions & 0 deletions man/SurrogateLearner.Rd

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

106 changes: 0 additions & 106 deletions man/SurrogateLearnerAsync.Rd

This file was deleted.

8 changes: 8 additions & 0 deletions man/SurrogateLearnerCollection.Rd

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

4 changes: 2 additions & 2 deletions man/acqo.Rd

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

8 changes: 5 additions & 3 deletions man/default_acqfunction.Rd

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

Loading

0 comments on commit 86f2e28

Please sign in to comment.