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