/** * LC2-E2 frozen learned memory-value weight vector. * * GENERATED FROM the E2 frozen artifact * (benchmarks/memory-value/weights-learned.json + * benchmarks/memory-value/weights-learned.meta.json). NEVER EDIT BY HAND — * tests/memory-value-wiring.test.ts's weights-sync test asserts this constant * equals the committed JSON artifact (value equality + digest match), so * drift between the artifact and this file fails CI. * * CAVEAT (verbatim from the E2 result doc, carried by design decision D3 / * binding constraint 4 in docs/plans/2026-08-10-lc2-e3-mv-wiring.md): * usage-feature signs reflect E1's anti-oracle simulation, NOT real usage * value. Never read this as production ranking advice — LC3 tests real * usage value. */ /** The 8 live feature dims the E2 fitter optimized over (FIT_DIMS). */ export declare const MEMORY_VALUE_WEIGHTS: Readonly>; /** sha256 of benchmarks/memory-value/weights-learned.json at freeze time * (weights-learned.meta.json's `weightsFileSha256`). */ export declare const SOURCE_ARTIFACT_SHA256 = "1e747abed0df771fc9c354da8562771b336c4042faf0266f565bba1b5a8c5a40"; //# sourceMappingURL=memory-value-weights.d.ts.map