Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
host::ExperimentInfo Struct Reference

Simulation experiment run-time information for reproducibility. More...

#include <model_info.h>

Public Member Functions

std::string to_string () const noexcept
 Creates a string representation of this instance. More...
 

Public Attributes

std::string model
 The model name. More...
 
std::string version
 The model version. More...
 
std::string intervention
 Intervention scenario identifier. More...
 
int job_id {}
 Simulation batch job identifier. More...
 
unsigned int seed {}
 Simulation initialisation seed value. More...
 

Detailed Description

Simulation experiment run-time information for reproducibility.

Member Function Documentation

◆ to_string()

std::string host::ExperimentInfo::to_string ( ) const
inlinenoexcept

Creates a string representation of this instance.

Returns
The string representation

Member Data Documentation

◆ intervention

std::string host::ExperimentInfo::intervention

Intervention scenario identifier.

◆ job_id

int host::ExperimentInfo::job_id {}

Simulation batch job identifier.

◆ model

std::string host::ExperimentInfo::model

The model name.

◆ seed

unsigned int host::ExperimentInfo::seed {}

Simulation initialisation seed value.

◆ version

std::string host::ExperimentInfo::version

The model version.


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