Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines the Simulation run information data type. More...
#include <modelinput.h>
Public Attributes | |
unsigned int | start_time {} |
Experiment start time. More... | |
unsigned int | stop_time {} |
Experiment stop time. More... | |
unsigned int | sync_timeout_ms {} |
Scenarios data synchronisation timeout in milliseconds. More... | |
std::optional< unsigned int > | seed {} |
Custom seed to initialise the pseudo-number generator engine. More... | |
core::VerboseMode | verbosity {} |
The application logging verbosity. More... | |
unsigned int | comorbidities {} |
Maximum number of comorbidities to include in results. More... | |
Defines the Simulation run information data type.
unsigned int hgps::RunInfo::comorbidities {} |
Maximum number of comorbidities to include in results.
std::optional<unsigned int> hgps::RunInfo::seed {} |
Custom seed to initialise the pseudo-number generator engine.
unsigned int hgps::RunInfo::start_time {} |
Experiment start time.
unsigned int hgps::RunInfo::stop_time {} |
Experiment stop time.
unsigned int hgps::RunInfo::sync_timeout_ms {} |
Scenarios data synchronisation timeout in milliseconds.
core::VerboseMode hgps::RunInfo::verbosity {} |
The application logging verbosity.