Como-DTC-Collaboration / como-models

Pedagogical materials for learning COVID-19 transmission dynamics modelling
https://Como-DTC-Collaboration.github.io/como-models/
MIT License
3 stars 0 forks source link

Create default initial conditions for each model #72

Open ben18785 opened 2 years ago

ben18785 commented 2 years ago

Most of the time, we use the same sort of initial conditions, like 0.1%, 0.01% or 0.0001% or people infected and the rest susceptible. Let's make life easier for our users by giving them some initial conditions by suggested_initial_conditions(model). I don't mind which of the above values we go with, so long as they are consistent across models and documented.

ben18785 commented 2 years ago

This would also, no doubt, make life easier for the GUI @hfldai ?