Define and use parameters that handle the state transitions in the Infection #664
Labels
class::improvement
Cleanup that doesn't affect functionality
loc::backend
This issue concerns the C++ backend implementation.
model::abm
This issue concerns any kind of agent-based model.
prio::high
The priority of this task is high.
Milestone
Motivation / Current Behaviour
The infection state drawing inside the infection needs to be updated by including parameters that define state transition probabilities. Currently, we use fixed default numbers that don't represent any realistic scenario, e.g.
Enhancement description
Our parameters that we have already describe the state transition times. We now need additional parameters that determine individual transition probabilities and add up to 1.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: