lenaploetzke
lenaploetzke
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - added the parameters location and scale to StateAgeFunction - added three...
### Motivation / Current Behaviour Currently we use the structure ``` FetchContent_GetProperties(eigen) if(NOT eigen_POPULATED) FetchContent_Populate(eigen) endif() ``` for most dependencies. In some cases, it might be possible to use `FetchContent_MakeAvailable()`...
### Motivation / Current Behaviour PR #895 implements the example "cpp/examples/ode_seair_optimization.cpp" for solving an optimization problem for a SEAIR model. The implemented class is currently not tested. ### Enhancement description...
# Changes and Information Please briefly list the changes (main added features, changed items, or corrected bugs) made: - added functionality to compute an initial vector for the LCT-SECIR model...
The scheme for interpolating real data is the same for the IDE and the LCT model. Maybe we can define a central function that can be used by both initialization...
### Feature description Add gammasurvival and LogNormDistribution and parameters loc and scale to state_age_function These adaptions are necessary in order to be able to use the distributions from the supplementary...
### Feature description Initialization method with flows for lct model, initialization method from IDE model. Can be used to generate consistent initial numbers for LCT and IDE model. ### Additional...
### Feature description By allowing non-identical transition rates between the subcompartments, hypoexponentially distributed sojourn times can be allowed. By adding other possible paths / transitions, one could also represent general...
### Feature description Provide a minimal boost version. Functionality that requires more boost parts than provided should not be built. This currently affects some functions in the file epidemiology/state_age_function.h. Discussion:...
### Feature description If only the minimal boost version is used (see issue #992) and the boost functions for epidemiology/state_age_function.h cannot be used, one could offer the possibility to approximate...