Returns a normalized mcmc_control$latent_state block for exdqlmMCMC().
exal_make_mcmc_latent_state_control(
mode = c("u_only", "u_st_pair"),
freeze_burnin_iters = 0L,
freeze_only_during_burn = TRUE,
force_after_warmup = TRUE,
min_postwarmup_updates = 0L,
trace = TRUE
)A normalized list suitable for mcmc_control$latent_state.
One of "u_only" or "u_st_pair".
Non-negative integer; number of burn-in iterations to hold the latent-state block fixed.
Logical; if TRUE, hard freeze only applies
during burn-in.
Logical; force one immediate post-warmup update.
Non-negative integer; minimum number of post-warmup updates required before chain-health style gates can fire.
Logical; record diagnostics traces.