Commit 898667e
docs(roadmap): Phase D shipped — fit_nhmm migrated to hmm_core.nhmm
The crypto dashboard's `fit_nhmm` has been migrated from a local 2-stage
re-implementation to delegating `hmm_core.nhmm.fit_nhmm` with canonical
state reordering preserved on top. Combined with the 2026-05-22 AM
migration of `fit_hmm`, the dashboard now consumes hmm-studio end-to-end.
Equivalence validated by 7 new regression tests in the crypto repo
(test_nhmm_regression.py) :
- A_t byte-equal at atol=1e-10 after canonical reordering
- Base log-likelihood matches at rel_diff < 1e-6
Full crypto suite : 245 -> 252 tests, 0 regressions.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3c46bdc commit 898667e
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 214 | + | |
| 215 | + | |
218 | 216 | | |
219 | 217 | | |
220 | 218 | | |
| |||
0 commit comments