Skip to content

Commit a83dfb7

Browse files
Small Documentation Changes
1 parent 0f49ff4 commit a83dfb7

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

R/bayesOpt.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' @param iters.k integer that specifies the number of times to sample FUN
2626
#' at each Epoch (optimization step). If running in parallel, good practice
2727
#' is to set \code{iters.k} to some multiple of the number of cores you have designated
28-
#' for this process. Must belower than, and preferrably some multiple of \code{iters.n}.
28+
#' for this process. Must be lower than, and preferrably some multiple of \code{iters.n}.
2929
#' @param otherHalting A list of other halting specifications. The process will stop if any of
3030
#' the following is true. These checks are only performed in between optimization steps:
3131
#' \itemize{

R/getLocalOptimums.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' @title Get Local Optimums of the Acquisition Function From a bayesOpt Object
1+
#' Get Local Optimums of acq From a bayesOpt Object
22
#'
33
#' Returns all local optimums of the acquisition function, no matter the utility.
44
#'

man/bayesOpt.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/figures/README-plotObj-1.png

-7 Bytes
Loading

man/getLocalOptimums.Rd

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

0 commit comments

Comments
 (0)