| # simplexuq-code | |
| Anonymous code bundle for the SimplexUQ benchmark. | |
| This repository is meant to be paired with the `SimplexTasks-12-data` dataset | |
| artifact. It contains: | |
| - `src/` benchmark logic and utility code | |
| - `scripts/` benchmark runners and figure/table reproducers | |
| - `rebuild/` task-specific rebuild notes for restricted assets | |
| - `configs/` synthetic, real, and method configuration files | |
| - `docs/` reviewer-facing quickstart and release notes | |
| Typical usage: | |
| ```bash | |
| python scripts/check_artifact_integrity.py | |
| python scripts/reproduce_tables.py | |
| python scripts/reproduce_figures.py | |
| ``` | |