Skip to content

Question/Feature request: Figuring out how often the model/gradient was evaluated by NUTS #5809

Open
@michaelosthege

Description

@michaelosthege

This question came up during office hours:

Which sampler stat should be used to answer how often a model was evaluated during MCMC?

@junpenglao @ColCarroll

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions