Utopia 2
Framework for studying models of complex & adaptive systems.
|
Parameters of the SEIRD. More...
#include <params.hh>
Public Member Functions | |
Params (const DataIO::Config &cfg) | |
Construct the parameters from the given configuration node. | |
Public Attributes | |
const double | p_susceptible |
Probability per site and time step to go from state empty to susceptible. | |
double | p_immune |
Probability per transition to susceptible via p_susceptible to be immune. | |
const double | p_random_immunity |
double | p_exposed |
double | p_infected |
double | p_recovered |
Probability for a cell to recover. | |
double | p_deceased |
Probability for a cell to desease. | |
double | p_empty |
Probability for a cell to become empty. | |
double | p_lose_immunity |
The probability to loose immunity if a cell is recovered. | |
bool | move_away_from_infected |
Whether to globally allow moving away from infected neighboring cells. | |
double | p_move_randomly |
Probability to move randomly if the neighboring cell is empty. | |
const ExposureContParams | exposure_control |
Exposure control parameters. | |
const ImmunityContParams | immunity_control |
Immunity control parameters. | |
const TransmitContParams | transmission_control |
Transmit control parameters. | |
Parameters of the SEIRD.
|
inline |
Construct the parameters from the given configuration node.
const ExposureContParams Utopia::Models::SEIRD::Params::exposure_control |
Exposure control parameters.
const ImmunityContParams Utopia::Models::SEIRD::Params::immunity_control |
Immunity control parameters.
bool Utopia::Models::SEIRD::Params::move_away_from_infected |
Whether to globally allow moving away from infected neighboring cells.
double Utopia::Models::SEIRD::Params::p_deceased |
Probability for a cell to desease.
double Utopia::Models::SEIRD::Params::p_empty |
Probability for a cell to become empty.
|
mutable |
Probability per susceptible cell and time step to transition to exposed state
|
mutable |
Probability per transition to susceptible via p_susceptible to be immune.
|
mutable |
Probability per exposed cell and time step to transition to infected state This probability will define the typical incubation period of the desease.
double Utopia::Models::SEIRD::Params::p_lose_immunity |
The probability to loose immunity if a cell is recovered.
double Utopia::Models::SEIRD::Params::p_move_randomly |
Probability to move randomly if the neighboring cell is empty.
Probability per site and time step for a susceptible cell to not become exposed if an exposed or infected cell is in the neighborhood.
double Utopia::Models::SEIRD::Params::p_recovered |
Probability for a cell to recover.
Probability per site and time step to go from state empty to susceptible.
const TransmitContParams Utopia::Models::SEIRD::Params::transmission_control |
Transmit control parameters.