Parameters in ABM simulation aren't set correctly. #811
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.
Motivation / Current Behaviour
In the setting of the parameters in the simulation, there is some code duplication and some unclear parameter settings.
We have
and later
Similar with other parameters. This duplication/error probably stems from the removal of vaccination as a part of the parameters. These parameters currently represent a time per day, so this would be only a couple of hours in this case, but some other parameters are even lower and all of them seem to be wrong.
Enhancement description
Perhaps they are supposed to be the percentage of people that transition to these compartments rather than the time spent. Someone should have a look at this, in particular we need fitting values once #664 gets merged.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: