Skip to main content

Module config

Module config 

Source
Expand description

DSFB-Debug: engine configuration — paper §F.4 + Appendix F.

EngineConfig carries every operator-tunable parameter for the DSFB pipeline. The paper_lock() factory pins the entire config to the values reported in paper §13 — the canonical settings under which all empirical claims are reproducible.

§Paper-lock parameters

Each pinned value is documented in-source with its paper §F.4 anchor and operational rationale (e.g. drift_window = 7 because it captures sustained drift without over-smoothing transients; n_confirm = 2 because Boundary→Violation transitions need a two-window confirmation to suppress single-window touches).

Operators running on real production residuals SHOULD start with paper_lock() and adjust per calibration::recommend_config_from_healthy recommendations. The calibration tool is advisory — operators decide whether to apply.

Structs§

EngineConfig
Engine configuration — all parameters from paper’s fixed protocol

Constants§

PAPER_LOCK_CONFIG
Paper-lock configuration — exact parameters from the paper Used by paper-lock CI test to verify headline metrics