You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove accumulator cyclic shift + add KNOWLEDGE.md
Fixes the shift mismatch bug (PR review item #1):
- accumulator.rs: removed cyclic shift from accumulate_frame().
crystallize() and unbind() now read/write the same cell positions.
Decorrelation handled by ZeckBF17 golden-step at encoding level.
- universal_perception.rs: same fix for UniversalAccumulator.
- Removed unused PHI, GOLDEN_ANGLE, PI constants from both files.
Added KNOWLEDGE.md: complete architectural reference for the Savant
research agent. Documents the L2-scores-lower-than-L1 insight
(integrated BitVec destroys plane separation), the correct two-curve
Pareto frontier, all known bugs, and success criteria.
#22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.