Skip to content

Commit

Permalink
add pathfinder algorithm to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Jul 17, 2024
1 parent 29caa76 commit 2917e72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/brm.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
#' Options are \code{"sampling"} for MCMC (the default), \code{"meanfield"} for
#' variational inference with independent normal distributions,
#' \code{"fullrank"} for variational inference with a multivariate normal
#' distribution, or \code{"fixed_param"} for sampling from fixed parameter
#' distribution, \code{"pathfinder"} for the pathfinder algorithm,
#' or \code{"fixed_param"} for sampling from fixed parameter
#' values. Can be set globally for the current \R session via the
#' \code{"brms.algorithm"} option (see \code{\link{options}}).
#' @param backend Character string naming the package to use as the backend for
Expand Down
3 changes: 2 additions & 1 deletion man/brm.Rd

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

3 changes: 2 additions & 1 deletion man/brm_multiple.Rd

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

0 comments on commit 2917e72

Please sign in to comment.