/** * Algorithm evaluation harness test. * * Runs all algorithms on all fixtures and outputs detailed metrics for comparison. * This test focuses on BEHAVIOUR rather than raw performance: * * - Correctness: Do algorithms find valid paths? * - Exploration efficiency: How many nodes/edges are expanded? * - Search behaviour: How does traversal order differ? * - Diversity: How varied are the discovered paths? */ export {}; //# sourceMappingURL=evaluation.exp.integration.test.d.ts.map