Algorithm Specification¶
End-to-End Pipeline¶
Config + Seed
-> Generate request streams
-> Replay request streams through decoder matrix
-> Aggregate per-decoder metrics
-> Compare sources vs LiDMaS+ reference
-> Bootstrap / equivalence diagnostics
-> Export tables + figures + summaries
paper_04 Canonical Flow¶
examples/paper_runs/paper_04/run_all.sh orchestrates:
01_generate_comparison_requests.sh02_replay_decoder_matrix.sh03_analyze_comparison.sh04_extended_analysis.sh06_journal_plots.sh- optional:
07_parametric_sweeps.sh,08_code_family_comparison.sh,05_scaling_sweep.sh
Deterministic Rules¶
- Seed values are explicit (
LIDMAS_P4_SEED, bootstrap seeds). - Output directories are deterministic by stage.
- Metric tables are regenerated from persisted stage artifacts.
Numerical Policy¶
- Means/rates computed in floating point from explicit counters.
- Confidence intervals from bootstrap or Wilson procedures.
- Output formatting fixed to stable decimal precision in CSV/Markdown emitters.