http://ctxmodel.net/files/mix_test/mix_test_v5.rar
book1 enwik8
213663 21038280 logistic mix2 with gradient descent update (v4)
213599 21065319 logistic mix2 with likelihood-based update (v4)
209522 20772180 4x log + lin
209410 20773026 5x log
209826 20744613 bcm008
v5
- rate parameter added to logistic mixer
- mixer interfaces changed
- more submodels
- mixer contexts
------------------------------------------------------
So, now there're dual o0 and o1 with different rates, plus
a submodel with o1 history byte as a context, and one
using a byte before previous.
And it seems that this finally reached the stage where logistic
mixing is not so good.
That is, compression just became worse when "weird" submodels
were added, but after replacing the final mixer with linear, it improved.
And then, with some modifications, logistic mixer was able to do the same,
but I guess I'm starting to see where its better to use which one.
Anyway, here we have 6 fixed-rate linear counters (2 of which are mostly
useless), and no SSE or tricky contexts (runlength etc) or anything,
so there're plenty of ways for improvement.