Skip to content

Commit 00ffeb1

Browse files
committed
made example faster
1 parent 6e1692f commit 00ffeb1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/set_smc_options.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@
110110
#'
111111
#' # For partial rankings with more rejuvenation steps
112112
#' mod_partial <- compute_sequentially(
113-
#' partial_rankings,
113+
#' partial_rankings[1:10, ],
114114
#' hyperparameters = set_hyperparameters(n_items = 5),
115115
#' smc_options = set_smc_options(
116-
#' n_particles = 100,
116+
#' n_particles = 30,
117117
#' n_particle_filters = 5,
118118
#' max_rejuvenation_steps = 10,
119-
#' latent_rank_proposal = "pseudo"
119+
#' latent_rank_proposal = "uniform"
120120
#' )
121121
#' )
122122
#'

man/set_smc_options.Rd

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

0 commit comments

Comments
 (0)