/** * Hub Avoidance Tests for Path Salience Ranking * * Verifies that Path Salience Ranking avoids over-relying on hub nodes * (high-degree nodes) compared to shortest-path baseline. * * Tests include: * - Comparison of hub avoidance metrics against baseline * - Penalisation of paths through high-degree hubs * - Preference for diverse routes over hub-heavy paths * - Balanced hub avoidance with path quality trade-offs */ export {}; //# sourceMappingURL=hub-avoidance.exp.integration.test.d.ts.map