-
Notifications
You must be signed in to change notification settings - Fork 0
Consolidation
devlux76 edited this page Mar 14, 2026
·
1 revision
This page covers background consolidation and maintenance mechanisms.
- Long-term potentiation (LTP): strengthen important connections.
- Long-term depression (LTD): decay and prune weak edges.
- Medoid/centroid recomputation: keep prototypes coherent as the graph evolves.
- Experience replay: rehearse recent data in background when idle.
The Daydreamer is designed to run opportunistically without blocking foreground query performance. Its work is throttled and batch-sized according to the current memory graph complexity.