Seeds and Configs¶
Reproducibility depends on both randomness control and configuration tracking.
Set seeds explicitly¶
Record configs¶
- Keep benchmark config files under
configs/. - Save estimator configs in report metadata (many estimators do this already).
- The benchmark runner writes
metadata.jsonwith seeds and config paths.
Recommended practice¶
- Store
seed,config, and package version with every run. - Prefer deterministic examples when validating changes.