Skip to content

Commit

Permalink
update pathfinder 'draws' doc
Browse files Browse the repository at this point in the history
advances #878
  • Loading branch information
jgabry committed Dec 13, 2023
1 parent b002e14 commit 5b92ba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -1865,8 +1865,9 @@ CmdStanModel$set("public", name = "variational", value = variational)
#' pathfinder should return. The number of draws PSIS sampling samples from
#' will be equal to `single_path_draws * num_paths`.
#' @param draws (positive integer) Number of draws to return after performing
#' pareto smooted importance sampling (PSIS). This must be smaller than
#' `single_path_draws * num_paths`.
#' pareto smooted importance sampling (PSIS). This should be smaller than
#' `single_path_draws * num_paths` (future versions of CmdStan will throw a
#' warning).
#' @param num_paths (positive integer) Number of single pathfinders to run.
#' @param max_lbfgs_iters (positive integer) The maximum number of iterations
#' for LBFGS.
Expand Down
5 changes: 3 additions & 2 deletions man/model-method-pathfinder.Rd

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

0 comments on commit 5b92ba0

Please sign in to comment.