Skip to main content

Module decay

Module decay 

Source
Expand description

Ebbinghaus-inspired decay engine for memory importance scoring.

Implements a forgetting curve: R(t) = e^(-rate × t), where the rate is adjusted by memory type, protection level, and access frequency.

Structs§

DecayEngine
Decay engine — computes current retention scores for memory entries.