33 float size_fraction_{};
Defines the simulation experiment settings data type.
Definition: settings.h:9
const core::IntegerInterval & age_range() const noexcept
The experiment population age range constraint.
Definition: settings.cpp:22
const float & size_fraction() const noexcept
The virtual population fraction from the real population size in range (0, 1].
Definition: settings.cpp:20
const core::Country & country() const noexcept
Gets the experiment target country information.
Definition: settings.cpp:18
Settings(const core::Country &country, const float size_fraction, const core::IntegerInterval &age_range)
Initialises a new instance of the Settings class.
Definition: settings.cpp:7
Numeric interval representation data type.
Definition: interval.h:10
Top-level namespace for Health-GPS C++ API.
Definition: analysis_definition.h:8
Country ISO-3166 definition data structure.
Definition: country.h:7