Expand description
Causal propagation engine for counterfactual simulation.
Takes validated interventions and propagates their effects through a CausalDAG month-by-month, producing config changes.
Structs§
- Causal
Propagation Engine - Forward-propagates interventions through the causal DAG.
- Config
Change - A single config change to apply.
- Propagated
Interventions - The result of propagation: config changes organized by month.
- Validated
Intervention - A validated intervention with resolved config paths.
Enums§
- Propagation
Error - Errors during causal propagation.