-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bounded population size as default #244
Comments
I don't think we should have this as a default but I do think we should have a clear path to making this a composable feature and other similar ideas like feedbacking Rt based on incidence etc that proxy this. In my head this would either be a generalisation of the current |
My vote is for generalisation of the infection generating process (igp) model. I think we set the behaviour of the igp by the type, then it has its own callable for generating the infections. The trick here is to create an abstract |
My concern here is what happens when we have lots of features we might want to stack. Do we right special cases for all of them or do we have some notation of another internal submodel where we can stack these things? |
After this PR my concerns remain about stacking multiple processes |
Originally posted by @SamuelBrand1 in #237 (comment)
We haven't done this because we are much more focused on other factors in the analysis, but it would help the sampling during edge cases in warm up.
The text was updated successfully, but these errors were encountered: