feedback_simulation.h File Reference

CPP API: feedback_simulation.h File Reference
feedback_simulation.h File Reference
Include dependency graph for feedback_simulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::BlendingFactorLocal< FP >
 Blending factor for local ICU occupancy. More...
 
struct  mio::BlendingFactorRegional< FP >
 Blending factor for regional ICU occupancy. More...
 
struct  mio::ContactReductionMax< FP >
 Maximum allowed contact reduction factors per location. More...
 
struct  mio::ContactReductionMin< FP >
 Minimum allowed contact reduction factors per location. More...
 
class  mio::FeedbackSimulation< FP, Sim, ContactPatterns >
 A generic feedback simulation extending existing simulations with a feedback mechanism. More...
 
struct  mio::GammaCutOff
 Number of days in the past considered for the gamma distribution. More...
 
struct  mio::GammaScaleParameter< FP >
 Scale parameter of the gamma distribution. More...
 
struct  mio::GammaShapeParameter< FP >
 Shape parameter of the gamma distribution. More...
 
struct  mio::ICUOccupancyHistory< FP >
 Daily local ICU occupancy per age group. More...
 
struct  mio::NominalICUCapacity< FP >
 Nominal ICU capacity. More...
 
struct  mio::SoftPlusCurvatureParameter< FP >
 Soft-plus curvature parameter for contact adjustment. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Typedefs

template<typename FP >
using mio::FeedbackSimulationParameters = ParameterSet< ICUOccupancyHistory< FP >, GammaShapeParameter< FP >, GammaScaleParameter< FP >, GammaCutOff, ContactReductionMax< FP >, ContactReductionMin< FP >, SoftPlusCurvatureParameter< FP >, NominalICUCapacity< FP >, BlendingFactorLocal< FP >, BlendingFactorRegional< FP > >