View source: R/exal_inference_config.R
| exal_make_vb_sigmagam_control | R Documentation |
Returns a normalized sigmagam block for vb_control lists used by
exalStaticLDVB(), exdqlmLDVB(), and VB warm-start paths in
exalStaticMCMC() and exdqlmMCMC().
exal_make_vb_sigmagam_control(
freeze_warmup_iters = NULL,
force_after_warmup = NULL,
postwarmup_damping = NULL,
postwarmup_damping_iters = NULL,
min_postwarmup_updates = NULL
)
freeze_warmup_iters |
Non-negative integer; number of early VB iterations
during which the |
force_after_warmup |
Logical; force one immediate post-warmup update. |
postwarmup_damping |
Numeric in |
postwarmup_damping_iters |
Non-negative integer; number of damped post-warmup iterations. |
min_postwarmup_updates |
Non-negative integer; minimum number of post-warmup updates required before convergence-style gates can fire. |
A normalized list suitable for vb_control$sigmagam.
When called with no arguments, this returns the package's conservative
default exAL (sigma, gamma) warmup profile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.