| { | |
| "name": "custom-mixture-of-priors-v1", | |
| "description": "Diverse deterministic prior: trend/seasonal/AR, regime shifts, multiplicative seasonality, AR(2), integrated walks, threshold-AR, bounded chaos, RFF-GP, intermittent demand, and pulse/outlier structure. Fully seed-deterministic.", | |
| "min_length": 64, | |
| "max_length": 2048, | |
| "family_weights": { | |
| "trend_seasonal_ar": 0.26, | |
| "regime_shift": 0.10, | |
| "multiplicative": 0.16, | |
| "ar2": 0.10, | |
| "integrated": 0.08, | |
| "threshold_ar": 0.06, | |
| "chaotic": 0.05, | |
| "rff_gp": 0.07, | |
| "intermittent": 0.03, | |
| "pulse_outlier": 0.03 | |
| } | |
| } | |