Skip to content
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.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connections remove destroying LRU segments #758

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 12, 2019

  1. Connections: remove destroyMinPermSynapses

    and adapts TM which used this function.
    
    The functionality is removed as not plausible biologically, instead
    we let a (weak) synapse decay even further, so it's removed.
    breznak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    ef50d2d View commit details
    Browse the repository at this point in the history
  2. TM test: adapt to verify weak synapses get removed eventually

    this is adapted to the artificial destroyMinPermSynapses() removed,
    instead we rely on decay synapse to eventually remove the unused syn.
    breznak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    592fc4f View commit details
    Browse the repository at this point in the history
  3. COnnections: remove pruning LRU segments

    obsolete removing least recently used segments if cell is full.
    Instead, use plausible way for pruning segments with all synapses off.
    breznak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    41616a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    9a59a7d View commit details
    Browse the repository at this point in the history