#!/usr/bin/env tsx /** * Experiment Orchestrator * * Runs all experiments and generates test-metrics.json for LaTeX table generation. * This script completely replaces the fragile console-output parsing approach. * * Usage: * npx tsx src/experiments/run-experiments.ts * npx tsx src/experiments/run-experiments.ts --output ../Thesis/content/tables/test-metrics.json * * Experiments run: * 1. Bidirectional BFS (Degree-Prioritised vs baselines) * 2. Seeded Expansion (N=1, N=2, N>=3 variants) * 3. Path Salience Ranking (MI-based ranking) * 4. Salience Coverage Comparison (Novel algorithms vs baselines) */ export {}; //# sourceMappingURL=run-experiments.d.ts.map