You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all intervention values are defined in a base Intervention struct.
It should be split into sub-types that define decision-relevant values for each intervention activity/effort.
Allows for a more modular and composable approach to defining interventions.
This is a potential enhancement and any changes should be carefully thought through and discussed.
The text was updated successfully, but these errors were encountered:
Currently all intervention values are defined in a base
Intervention
struct.It should be split into sub-types that define decision-relevant values for each intervention activity/effort.
Allows for a more modular and composable approach to defining interventions.
This is a potential enhancement and any changes should be carefully thought through and discussed.
The text was updated successfully, but these errors were encountered: