List view
This includes: * Faithful replication of CovidSim force of infection parameters * Similar host progression sweep to CovidSim * Similar places implementation to CovidSim May potentially have web data to read into this simulation as well. Will not include: * Travel * Care Homes * Interventions * Vaccinations
No due date•15/15 issues closedBe able to run a complete simulation in the C++ back-end, to benchmark future comparisons. This will likely be run from an example workflow (potentially written in python/jupyter notebooks) in the front end. It will require: Basic population classes (population/cell/microcell/person/household) Basic sweep mechanisms for transmission (household/host progression) Abstract population factory - which manual or automatic factories (i.e. based on user inputs or scraped data) can inherit from Manual Population factory - a class to initialise a population based on user input/parameters Simulator class - to run the various sweeps at each time step and control progression of the simulation Data collector - to manage and output data from the simulation It may also include: A basic visualisation method for the simulation A logger to track/handle any errors encountered in the simulation
No due date•9/9 issues closed