Skip to content
Snippets Groups Projects
Commit 02ed1e9d authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Limits the number of rescaling checks to 100

Currently, every call to rescale a value from the prior checks if the
input is valid. For use cases where the likelihood evaluation takes
longer than ~1e-2 seconds, the overhead is negligible. But, once the
likelihood evaluation is shorter than this, it can be come noticable
while profiling. This change limits the number of checks to 100 for each
prior before the test is skipped.
parent 5c494930
Branches add_bbh_wfg
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment