Skip to main content

Module meta_mixer

Module meta_mixer 

Source
Expand description

MetaMixer — adaptive blending of CM and GRU bit-level predictions.

Blends P_cm and P_gru into P_final using an adaptive interpolation table. The table is indexed by (quantized P_cm, quantized P_gru) and learns the optimal blend from the data stream.

This is a 2D APM (Adaptive Probability Map), same design as the neural crate’s MetaMixer but lives in core so it works without the neural feature.

Structs§

MetaMixer
MetaMixer blends two 12-bit probability sources.