Skip to main content

mirror_boost

Function mirror_boost 

Source
pub fn mirror_boost(
    hebb: &HebbianState,
    mirror: &mut MirrorState,
    new_activations: &[(u32, f32)],
    query_hash: u64,
) -> Vec<(u32, f32)>
Expand description

Full mirror neuron cycle: detect resonance and return boosted scores. Call this after Hebbian activation recording.