Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::RunInfo Struct Reference

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...
 

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.

◆ 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: