PTWM
context_mixing

ptwm_core::entropy::context_mixing::mixer

Context-gated logistic mixer. One weight vector per gating context (the partial-byte register c0, bounded to 256). Mixes the models' stretched logits, squashes to a probability, and learns the weights online by logistic gradient. Integer/deterministic.

ptwm_core::entropy::context_mixing::mixer

Context-gated logistic mixer. One weight vector per gating context (the partial-byte register c0, bounded to 256). Mixes the models' stretched logits, squashes to a probability, and learns the weights online by logistic gradient. Integer/deterministic.

rsmod

ptwm_core::entropy::context_mixing::mixer

crates/ptwm-core/src/entropy/context_mixing/mixer.rs:1
mod mixer

Context-gated logistic mixer. One weight vector per gating context (the partial-byte register `c0`, bounded to 256). Mixes the models' stretched logits, squashes to a probability, and learns the weights online by logistic gradient. Integer/deterministic.

rstype

ptwm_core::entropy::context_mixing::mixer::Mixer

crates/ptwm-core/src/entropy/context_mixing/mixer.rs:18
pub struct Mixer