Khoa Nguyen
Khoa Nguyen
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Change TestType to enum class - Create TestData struct to get...
### Bug description When calling get_default() from AntigenTest or PCRTest, you get the TestParameters number from get_default() of GenericTest. ### Version Any ### To reproduce 1. compile with cmake --build...
### Bug description Compile and run the current test suit on an M1 Machine produce an error on ModelTestOdeSeir.compareWithPreviousRun. ### Version M1 ### To reproduce 1. Compile the code with...
# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - Add a time range to each type of test...
Currently, there is no VaccinationStrategy implemented. One possible option is designing a class similar to TestingStrategy.
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: Revised Definition of HighViralLoadProtectionFactor: - Add a default constructor that initializes the...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Add a file for different NPI types - The compliance levels...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Change MaskProtection in Parameters to linear_interpolation_of_data_set - Set initial values of...
### Motivation / Current Behaviour We need to implement the agent's compliance with three NPIs: mask, test and isolation. ### Enhancement description An agent can choose whether to comply or...
### Motivation / Current Behaviour As part of issue #364, the World now has a serialize() and a deserialize() function. This, however, requires to implement these functions in its member...