chkpt_setup Objectprint.chkpt_setup.RdPrint chkpt_setup Object
# S3 method for chkpt_setup
print(x, ...)An object of class chkpt_setup.
Currently ignored.
No return value, and used to print the chkpt_setup object.
chkpt_setup <- chkpt_setup(
iter_sampling = 5000,
iter_warmup = 2000,
iter_per_chkpt = 10
)
chkpt_setup
#> chkptstanr
#> -----
#> Checkpoint setup:
#>
#> Total checkpoints: 700
#> Warmup checkpoints: 200
#> Sampling checkpoints: 500
#> Iterations per checkpoint: 10
#> -----