File size: 596 Bytes
fc329a3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # 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
```
|