/** * Generation Evaluation Experiment * * Runs the full generation evaluation pipeline, measuring how well * feature-constrained graph generation produces graphs that are * correctly classified by the trained classifier. * * Metrics: * - Per-class acceptance rate and mean confidence * - Overall acceptance rate vs 33% random baseline (3 synthetic classes) * - Overall acceptance rate assertion (> 0.5) */ export {}; //# sourceMappingURL=generation-evaluation.exp.integration.test.d.ts.map