Skip to main content

Module predictive_prefetch

Module predictive_prefetch 

Source
Expand description

Predictive Prefetch via Free Energy Minimization.

Scientific basis: Karl Friston’s Free Energy Principle (2010) — the system minimizes “surprise” (unexpected information requests) by maintaining a generative model of what files will be needed next and proactively loading them when resources permit.

The model combines:

  1. Co-access history (Hebbian associations)
  2. Graph neighborhood (import/call relationships)
  3. Recency patterns (temporal locality)

Structs§

PrefetchModel
Tracks prediction accuracy for model self-evaluation.