Skip to content

Commit

Permalink
update man to note pb_update will be ignored if less than or equal to…
Browse files Browse the repository at this point in the history
… thinning rate
  • Loading branch information
jdyen committed May 28, 2019
1 parent 2e163a0 commit 7ac6cd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/inference.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ greta_stash$numerical_messages <- c("is not invertible",
#' @param n_cores the maximum number of CPU cores used by each sampler (see
#' details).
#' @param verbose whether to print progress information to the console
#' @param pb_update how regularly to update the progress bar (in iterations)
#' @param pb_update how regularly to update the progress bar (in iterations).
#' If \code{pb_update} is less than or equal to \code{thin}, it will be set
#' to \code{thin + 1} to ensure at least one saved iteration per
#' \code{pb_update} iterations.
#' @param one_by_one whether to run TensorFlow MCMC code one iteration at a
#' time, so that greta can handle numerical errors as 'bad' proposals (see
#' below).
Expand Down
5 changes: 4 additions & 1 deletion man/inference.Rd

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

0 comments on commit 7ac6cd6

Please sign in to comment.