|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
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. | |
Public Attributes | |
| std::string | model |
| The model name. | |
| std::string | version |
| The model version. | |
| std::string | intervention |
| Intervention scenario identifier. | |
| int | job_id {} |
| Simulation batch job identifier. | |
| unsigned int | seed {} |
| Simulation initialisation seed value. | |
Simulation experiment run-time information for reproducibility.
|
inlinenoexcept |
Creates a string representation of this instance.
| std::string hgps::ExperimentInfo::intervention |
Intervention scenario identifier.
| int hgps::ExperimentInfo::job_id {} |
Simulation batch job identifier.
| std::string hgps::ExperimentInfo::model |
The model name.
| unsigned int hgps::ExperimentInfo::seed {} |
Simulation initialisation seed value.
| std::string hgps::ExperimentInfo::version |
The model version.