Skip to content

Implement time-heterogeneous rates for CompartmentTypes #89

Description

@ArtPoon

For example, the branching rate of a CompartmentType may switch at a given time point for the entire population.
Currently we specify branching rate as

CompartmentTypes:
  host:
      branching.rate: 1.0

We may alter this to:

CompartmentTypes:
  host:
      branching.rate:
          - 0: 1.0
          - 2.5: 0.5

so this rate is 1.0 at the start of forward-time simulation, and then switches from 1.0 to 0.5 at t=2.5.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions