From informs-journal-on-computing-skills
Designs fair, reproducible experimental protocols for IJOC manuscripts. Activates when method choice, baselines, and computational-experiment design need alignment before scaling up runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/informs-journal-on-computing-skills:ijoc-methodsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The algorithm is settled but the **experimental protocol** (instances, baselines, tuning, hardware, metrics) is not designed
At IJOC the experiment is the evidence, so it is held to a high methodological standard. Design it before running it, around five pillars. Getting these right up front is cheaper than re-running after an R&R.
Choose the method because the problem structure warrants it: decomposition when the model is block-angular; column generation when columns are exponential but priceable; a learned heuristic when many similar instances are solved repeatedly; variance reduction when the simulation estimand is rare-event-like. "We used deep learning because it is popular" invites the reviewer to ask what it buys over a tuned classical baseline — so include that baseline.
The fair-comparison standard bites differently across archetypes, and each has a signature trap:
Because accepted papers deposit code/data in the IJOC GitHub repository, build the experiment so the deposit is trivial: scripted runs (scripts/), pinned dependencies (requirements.txt / Manifest.toml), fixed seeds, and a results/ layout that maps to the paper's tables. Log raw outputs (not just summaries) so a reviewer can recompute your statistics. Designing this in from the start means the reproducibility deposit is a snapshot, not a scramble.
【Journal】INFORMS Journal on Computing
【Skill】ijoc-methods
【Method + why】structure that justifies it
【Instances】public/standard or documented+deposited; size range
【Baselines】strongest method + solver (default/tuned)
【Tuning】equal budget, disjoint set, held-out test? [Y/N]
【Hardware/time】CPU/GPU, cores, versions, limit
【Metrics + test】metric(s); Wilcoxon / performance profile; #seeds
【Next skill】ijoc-data-analysis
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin informs-journal-on-computing-skillsRuns computational experiments and assembles reproducible code/data deposits for IJOC manuscripts. Turns a designed protocol into defensible, reproducible results with statistical comparisons, performance profiles, and handling of tuning/seed/benchmark artifacts.
Runs and reports the computational study for an Operations Research manuscript, including benchmarks, baselines, statistical care for stochastic output, and the ORJournal reproducibility workflow.
Audits IJCAI/IJCAI-ECAI experiments for baselines, ablations, statistical evidence, hyperparameters, compute, dataset handling, ethics, and reproducibility.