Skip to content

Commit 86f2e28

Browse files
committed
man and tests: fix docs and test
1 parent a79d863 commit 86f2e28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+786
-333
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ Collate:
102102
'ResultAssignerSurrogate.R'
103103
'Surrogate.R'
104104
'SurrogateLearner.R'
105-
'SurrogateLearnerAsync.R'
106105
'SurrogateLearnerCollection.R'
107106
'TunerADBO.R'
108107
'TunerAsyncMbo.R'

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export(ResultAssignerArchive)
2727
export(ResultAssignerSurrogate)
2828
export(Surrogate)
2929
export(SurrogateLearner)
30-
export(SurrogateLearnerAsync)
3130
export(SurrogateLearnerCollection)
3231
export(TunerADBO)
3332
export(TunerAsyncMbo)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#' @field archive_is_async (`bool(1)``)\cr
2+
#' Whether the [bbotk::Archive] is an asynchronous one.

man-roxygen/field_properties.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#' Set of properties of the optimizer.
33
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk::bbotk_reflections].
44
#' MBO in principle is very flexible and by default we assume that the optimizer has all properties.
5-
#' When fully initialized, properties are determined based on the `loop_function` and `surrogate`.
5+
#' When fully initialized, properties are determined based on the loop, e.g., the `loop_function`, and `surrogate`.

man/AcqFunction.Rd

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/AcqOptimizer.Rd

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ResultAssigner.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/Surrogate.Rd

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SurrogateLearner.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SurrogateLearnerAsync.Rd

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)