open-AIMS / ADRIA.jl

ADRIA: Adaptive Dynamic Reef Intervention Algorithms. A multi-criteria decision support platform for informing reef restoration and adaptation interventions.
MIT License
14 stars 5 forks source link

Modularity: Split intervention criteria/values #775

Open ConnectedSystems opened 3 months ago

ConnectedSystems commented 3 months ago

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.