Skip to content

Commit

Permalink
explain state for SIR
Browse files Browse the repository at this point in the history
  • Loading branch information
slwu89 committed Mar 30, 2024
1 parent 044694f commit 6fcf949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/sir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ using Fleck
# ## Model structure

# We use a struct that stores the type of the recovery distribution as a type parameter.
# The model state is stored as a vector of integers, representing S, I, and R.
# Additionally, because recovery clocks need unique keys, we define the method `get_key!`
# which retrives an integer key and increments the stored key counter.

Expand Down

0 comments on commit 6fcf949

Please sign in to comment.