Option to run batches unbatched #33
Closed
mike-lawrence
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
If you are talking about order of execution, you can set the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm using stantargets to do SBC on two models with the same parameters just a different internal structure, and I'm using
tar_map
to iterate over a couple parameters that define the volume of data:At present, this will run all 1e3 batches for a given combination of n, k, & model before moving on to the next combination. It would be useful to instead have things iterate over the combinations first, so processing all combinations for batch 1, then all combinations for batch 2, etc. That way the user can watch the results as they come in and catch any oddness earlier in the process.
Beta Was this translation helpful? Give feedback.
All reactions