jnalanko / VOMM

Space-efficient variable-order Markov models
6 stars 1 forks source link

give option to encode string depths of maxreps explicitly rather than using the SLT topology #15

Closed fcunial closed 6 years ago

jnalanko commented 6 years ago

Done: flag --store-depths. If enabled, it stores all depths of maxreps but does not compute the SLT topology or SLT maxrep marks. Tests pass, but the score_string program still needs to be updated.

jnalanko commented 6 years ago

Actually, score_string still works without changes.