set_progress_report {BayesMallows} | R Documentation |
Set progress report options for MCMC algorithm
Description
Specify whether progress should be reported, and how often.
Usage
set_progress_report(verbose = FALSE, report_interval = 1000)
Arguments
verbose |
Boolean specifying whether to report progress or not. Defaults
to |
report_interval |
Strictly positive number specifying how many
iterations of MCMC should be run between each progress report. Defaults to
|
Value
An object of class "BayesMallowsProgressReport"
, to be provided in
the progress_report
argument to compute_mallows()
and
compute_mallows_mixtures()
.
References
There are no references for Rd macro \insertAllCites
on this help page.
See Also
Other preprocessing:
get_transitive_closure()
,
set_compute_options()
,
set_initial_values()
,
set_model_options()
,
set_priors()
,
set_smc_options()
,
setup_rank_data()
[Package BayesMallows version 2.2.1 Index]