Skip to content

Plan software structure #3

@DavAug

Description

@DavAug

Before we do anything, let's have a look at the goal of the project:

  1. We have a branching process model which is defined by a number of parameters
  2. We are supposed to solve this model within a given time duration for a given set of model parameters
  3. We are supposed to illustrate the results in terms of a histogram plot, where the x axis is the time in days and the y axis is the number of infections on that day.

In this issue we will collect ideas of how we might tackle this task. In particular, we'll address

  • How do we want to demonstrate that we solved the task?
  • How do we want to define the model? (A function or a class? If a class which methods would be useful?)
  • How do we want to simulate the model, such that the simulation can be easily extended to other models? Hint: Do you think it's a good idea that the "Simulator" has any specific information about the model?
  • How do we want to illustrate the simulation? (Do you know any cool packages?)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions