Skip to content

Commit d247348

Browse files
committed
fix missing doc arg
1 parent 6acd0ed commit d247348

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

R/main.R

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
#' @param n_crs2_iters Numeric: Number of iterations to run the CRS2 algorithm
5050
#' from \code{\link[nloptr]{nloptr}}. These are used to initialise the Bayes
5151
#' Opt stages, as it can be better at finding global minima. It only handles
52+
#' @param crs2_ranseed Numeric: Integer seed for the CRS2 algorithm inside
53+
#' \code{\link[nloptr]{nloptr}}.
5254
#' single objectives, so it does not include the \code{extra_objective_term}.
5355
#' @param n_internal_prior_draws Numeric: Number of draws to generate from the
5456
#' prior predictive distribution for the given value of \code{lambda} in each

man/pbbo.Rd

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)