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: replace destroyMinPermSynapses() with plausible decay #751

Open
wants to merge 9 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. Configuration menu
    Copy the full SHA
    1c0cf35 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    3712507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8fd6b6 View commit details
    Browse the repository at this point in the history
  3. TM Test: fix merge mistake

    breznak committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a2b8a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    491598d View commit details
    Browse the repository at this point in the history
  2. TM getLeastUsedCells_() return 1st least used cell

    from those "least". Not random. Slight optimization
    breznak committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    90971c1 View commit details
    Browse the repository at this point in the history