Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Dec 8, 2023
1 parent 6655aa0 commit 944b28f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,27 @@ could use the structured modelling layer to build descriptions of
structured models and data without using them to interface with an
engine.

- Transition
- Purpose: Defining state transitions
- Arguments:
- `from`:
- `rate`: Expression defining the rate of flow of individuals
from the `from` box to the `to` box
- Sub-Types:
- Absolute: Default
- Per Capita: Specify transition rates proportional to the
from box
-
- State Update
- Raw
- Purpose: Passing engine-specific calculations with
engine-agnostic calculations
- Arguments:
- Named list of (optionally named) lists
- Outer names give the name of the engine
- Inner names are used by the specific engine
-

## Product Management

The [project board](https://github.com/orgs/canmod/projects/2) tracks
Expand Down
Loading

0 comments on commit 944b28f

Please sign in to comment.