Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::RunInfo Struct Reference

Defines the Simulation run information data type. More...

#include <modelinput.h>

Public Attributes

unsigned int start_time {}
 Experiment start time.
 
unsigned int stop_time {}
 Experiment stop time.
 
unsigned int sync_timeout_ms {}
 Scenarios data synchronisation timeout in milliseconds.
 
std::optional< unsigned int > seed {}
 Custom seed to initialise the pseudo-number generator engine.
 
core::VerboseMode verbosity {}
 The application logging verbosity.
 
unsigned int comorbidities {}
 Maximum number of comorbidities to include in results.
 
unsigned int policy_start_year {0}
 Calendar year when intervention policies start (e.g. 2024)
 

Detailed Description

Defines the Simulation run information data type.

Member Data Documentation

◆ comorbidities

unsigned int hgps::RunInfo::comorbidities {}

Maximum number of comorbidities to include in results.

◆ policy_start_year

unsigned int hgps::RunInfo::policy_start_year {0}

Calendar year when intervention policies start (e.g. 2024)

◆ seed

std::optional<unsigned int> hgps::RunInfo::seed {}

Custom seed to initialise the pseudo-number generator engine.

◆ start_time

unsigned int hgps::RunInfo::start_time {}

Experiment start time.

◆ stop_time

unsigned int hgps::RunInfo::stop_time {}

Experiment stop time.

◆ sync_timeout_ms

unsigned int hgps::RunInfo::sync_timeout_ms {}

Scenarios data synchronisation timeout in milliseconds.

◆ verbosity

core::VerboseMode hgps::RunInfo::verbosity {}

The application logging verbosity.


The documentation for this struct was generated from the following file: