ruvector/examples/dna/benches
Claude 81ab90f6b0 feat(rvdna): add health biomarker analysis engine with streaming simulation
Implement ADR-014 Health Biomarker Analysis Architecture:
- biomarker.rs: Composite risk scoring engine with 17-SNP weight matrix,
  gene-gene interaction modifiers (COMT×OPRM1, MTHFR compound, BRCA1×TP53),
  64-dim HNSW-aligned profile vectors, clinical reference ranges for 12
  biomarkers, and deterministic synthetic population generation
- biomarker_stream.rs: Streaming biomarker simulator with generic RingBuffer,
  configurable noise/drift/anomaly injection, z-score anomaly detection,
  linear regression trend analysis, and exponential moving averages
- 35 unit tests + 15 integration tests (168 total, 0 failures)
- Criterion benchmark suite targeting ADR-014 performance budgets

https://claude.ai/code/session_014FpaYVohmyLH5dcBZTgmSY
2026-02-22 05:19:23 +00:00
..
biomarker_bench.rs feat(rvdna): add health biomarker analysis engine with streaming simulation 2026-02-22 05:19:23 +00:00
dna_bench.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
solver_bench.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00