Commit e7370d6
committed
feat(03-01): implement apply_to_graph_timeseries for per-node cascade scaling
- ScenarioProposal.apply_to_graph_timeseries(baseline_2d) applies per-node
magnitude scaling from metadata['affected_nodes']
- Seed nodes (mag=1.0): full scenario transformation
- Hop-1 nodes (mag=0.7): blended baseline + 0.7 * (transform - baseline)
- Hop-2 nodes (mag=0.49): blended baseline + 0.49 * (transform - baseline)
- Unaffected nodes: unchanged baseline
- Fallback to uniform transformation when no graph_aware metadata
- All 24 graph proposer tests pass, all 28 existing tests pass1 parent 37cff8a commit e7370d6
1 file changed
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
63 | 114 | | |
64 | 115 | | |
65 | 116 | | |
| |||
0 commit comments