Open
Description
This question came up during office hours:
Which sampler stat should be used to answer how often a model was evaluated during MCMC?
For example, these variables are tracked by NUTS:
- process_time_diff
- lp
- max_energy_error
- perf_counter_diff
- diverging
- acceptance_rate
- step_size
- energy_error
- perf_counter_start
- n_steps
- tree_depth
- step_size_bar
- energy
If we're not currently tracking the information of how often the model was evaluated, we should definitely add that stat!