View source: R/exal_inference_config.R
| exal_make_vb_sts_control | R Documentation |
Returns a normalized sts block for vb_control lists used by
exdqlmLDVB().
exal_make_vb_sts_control(
freeze_warmup_iters = 0L,
force_after_warmup = TRUE,
min_postwarmup_updates = 0L
)
freeze_warmup_iters |
Non-negative integer; number of early VB iterations
during which the latent |
force_after_warmup |
Logical; force one immediate post-warmup update. |
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$sts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.