Commit Graph

6 Commits

Author SHA1 Message Date
cah
e657e9baf1 feat: add normalized min-sum to density evolution engine
Thread cn_mode and alpha parameters through the entire DE pipeline:
de_cn_update_vectorized(), density_evolution_step(), run_de(),
compute_threshold(), and compute_threshold_for_profile().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:37:57 -07:00
cah
ca651f4f30 feat: add FER validation and CLI for density evolution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 06:03:19 -07:00
cah
f30f972dab feat: add PEG base matrix constructor with shift optimization
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 06:01:57 -07:00
cah
a09c5f20e1 feat: add degree distribution optimizer with exhaustive search
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 05:53:23 -07:00
cah
f5b3e318c4 feat: add threshold computation via binary search
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 05:27:33 -07:00
cah
d0453e0583 feat: add Monte Carlo density evolution engine
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 05:17:06 -07:00