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

Implement e-prop plasticity #2867

Merged
merged 416 commits into from
Feb 28, 2024
Merged

Implement e-prop plasticity #2867

merged 416 commits into from
Feb 28, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 7, 2023

  1. Use auto instead of explicit HistEntryEprop types

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7ef1b3d View commit details
    Browse the repository at this point in the history
  2. Initialize n_spikes in the constructor

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cfcb9c7 View commit details
    Browse the repository at this point in the history
  3. Improve naming of iterators

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ffda252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e95a4e View commit details
    Browse the repository at this point in the history
  5. Remove unneeded empty vector guards

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6ccefa0 View commit details
    Browse the repository at this point in the history
  6. Change order of history vectors for consistency

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1c2a080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a8d8e8 View commit details
    Browse the repository at this point in the history
  8. Prescribe exact clang-format version

    heplesser authored and akorgor committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    63ff6b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30c590c View commit details
    Browse the repository at this point in the history
  10. Add const where needed and remove unneeded

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    87a8062 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2a10af View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ba34ef6 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    heplesser committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b1acfa1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from heplesser/fix-guards

    Fix guards (new try)
    akorgor authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    599094b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Improve optimize functions

      * remove underscores for non-attributes
      * do not pass class attributes to function
    akorgor committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2912044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6583d View commit details
    Browse the repository at this point in the history
  3. Remove unneeded brackets

    akorgor committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b00220e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6012a9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55913ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abf5eb3 View commit details
    Browse the repository at this point in the history
  7. Remove blank line

    akorgor committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5bbf400 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d4f00e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f153344 View commit details
    Browse the repository at this point in the history
  10. Make the tests full-scale

    akorgor committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e620b44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a356252 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    81eb0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3adb1c1 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 problem

    heplesser committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a0312fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0fa755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba3ca44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2d3fa7 View commit details
    Browse the repository at this point in the history
  7. Fix flake8 problem

    heplesser authored and akorgor committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    af22125 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a7283c View commit details
    Browse the repository at this point in the history
  9. Compare in tests with rtol instead of atol

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b06a52e View commit details
    Browse the repository at this point in the history
  10. Add links to NEST and TF reference implementation

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2432a91 View commit details
    Browse the repository at this point in the history
  11. Fix condition in write_update_history

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8b14794 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb10cce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8a1e4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3304c6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2be2640 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd86a5a View commit details
    Browse the repository at this point in the history
  17. Add doxygen comments to eprop archiving node

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    276cd36 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    05cf6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ff7fd View commit details
    Browse the repository at this point in the history
  3. Improve accuracy of decreasing counter comment

    * add more comments throughout
    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c56f9a8 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    20f9674 View commit details
    Browse the repository at this point in the history
  5. Improve readability of gradient_change functions

    * Refactor to make the application of low pass filters more obvious
    * Demonstrate the role of binary variable z
    * Add comments
    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d9620e3 View commit details
    Browse the repository at this point in the history
  6. Refactor erase_unneeded_eprop_history() function via lambda function

    * add comments explaining function's logic
    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b75d6c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b90fbdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d48b98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d88c95a View commit details
    Browse the repository at this point in the history
  10. Add comments to functions

    * add comments to write_surrogate_gradient_to_history()
    * add comments to write_error_signal_to_history()
    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    83e4907 View commit details
    Browse the repository at this point in the history
  11. Add comments to functions

    * get_shift()
    * get_update_history()
    * get_get_eprop_history()
    * get_firing_rate_reg_history()
    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b664c12 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8efeb8c View commit details
    Browse the repository at this point in the history
  13. Improve comment

    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c563a8d View commit details
    Browse the repository at this point in the history
  14. Improve comment

    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b28cdec View commit details
    Browse the repository at this point in the history
  15. Improve comment

    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f6a1bb5 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    JesusEV committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1969e37 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    98e880b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcccfb8 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    JesusEV committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4d0bc1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc6f5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ab4b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4df1a62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25728ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c33165 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfada25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66d801a View commit details
    Browse the repository at this point in the history
  11. Improve variable name

    JesusEV committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0bdb9e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #39 from jstapmanns/remove-propagator-idx

    Replace propagator_idx with descriptive and restrictive str variable
    JesusEV authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9fd8669 View commit details
    Browse the repository at this point in the history
  2. Fix malformed tables

    akorgor committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    65305b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6755da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cced367 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #37 from heplesser/add-synapse-registration

    Register eprop-related histories only when eprop_synapses are present
    JesusEV authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2c8a38a View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    JesusEV committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    93111af View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ddbd373 View commit details
    Browse the repository at this point in the history
  2. Fix bug in tutorial regression script

    * regression tutorial now accepts batch size different than 1
    JesusEV committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c02d1de View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix BadProperty checks

      * introduce additional ones based on restrictions from literature
      * make format consistent
    akorgor committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0ec3135 View commit details
    Browse the repository at this point in the history
  2. Remove restriction on eta

    akorgor committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c67d015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fccd6a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ae9d6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9fce8e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Unify namescape nest scopes

    akorgor committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3a88a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555087e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642fb56 View commit details
    Browse the repository at this point in the history
  4. Fix format

    akorgor committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    f74ed59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a500ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc06190 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Replace identity with unity

    JesusEV committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4c6d6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b5762 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32b904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199f550 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    eff2a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5894c07 View commit details
    Browse the repository at this point in the history
  3. Emphasize difference to iaf_psc_delta

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    81b732f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1110b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f97d19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fe3a37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1b4435 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #41 from akorgor/wip-eprop-doxygen

    Add doxygen comments
    akorgor authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    202d54a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    b611aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ed061 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    1d1c1a5 View commit details
    Browse the repository at this point in the history
  2. Fixing bugs

    heplesser committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9f7b17c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    5a1fb93 View commit details
    Browse the repository at this point in the history
  2. Rename v_ to v_m_

    akorgor committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ae6ff4e View commit details
    Browse the repository at this point in the history
  3. Rename a_ to adapt_

    akorgor committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4a05e07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbecfba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2daee47 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    8f3990c View commit details
    Browse the repository at this point in the history
  2. Fix learning signal getter

    akorgor committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    716279b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1747974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d88981 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    JesusEV committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    51a34fd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Simplify tutorials and test

    akorgor committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ca31153 View commit details
    Browse the repository at this point in the history
  2. Rename tutorials

    akorgor committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7824976 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    260a0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a46d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    a798b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e10ff View commit details
    Browse the repository at this point in the history
  3. Add assertion

    heplesser committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f22f544 View commit details
    Browse the repository at this point in the history
  4. Update eprop examples

    heplesser committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4783b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ace2098 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21dbc97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b1faee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b634673 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    183043a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22fe35b View commit details
    Browse the repository at this point in the history
  11. Fix pylint

    heplesser committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b2bea9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1dbe3e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #46 from heplesser/jstap-eprop

    Merging master
    akorgor authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f67066c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    20c7140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bef1975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f3f092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d659037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d06a2e View commit details
    Browse the repository at this point in the history
  6. Introduce derived EpropArchivingNode classes

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    eb7b96c View commit details
    Browse the repository at this point in the history
  7. Replace get_name with is_eprop_recurrent_node

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7e151f6 View commit details
    Browse the repository at this point in the history
  8. Fix copyright header

    akorgor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c2d65cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3288ff1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    152493a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    456269f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    131ce25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9518b70 View commit details
    Browse the repository at this point in the history
  14. Fix merge error

    heplesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d15fbca View commit details
    Browse the repository at this point in the history
  15. Add missing return

    heplesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8fc48db View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Move management of eprop optimizer object to Connector class with spe…

    …cialisations; still some debugging code in this commit.
    heplesser committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    feb759e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec2b53 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Fix formatting in documentation

    Co-authored-by: Jessica Mitchell <[email protected]>
    akorgor and jessica-mitchell committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    2050e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8fdec View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    3f6267c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cd5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834247c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0167cc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    754ff51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af15301 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: Agnes Korcsak-Gorzo <[email protected]>
    heplesser and akorgor authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3e27574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5283a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c289055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7799a93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f5bc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e49110 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c475c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1f9b39 View commit details
    Browse the repository at this point in the history
  9. Update modelsets/eprop

    Co-authored-by: Agnes Korcsak-Gorzo <[email protected]>
    heplesser and akorgor authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    abc5cc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    23ed521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2caa905 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from heplesser/optimizer-class

    Optimizer class / merge #46 first!
    akorgor authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    82ec2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3b6b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #48 from heplesser/jstap-eprop

    Merged master past nest#2990
    akorgor authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2cc2758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2cd3f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab1f57 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #49 from heplesser/jstap-eprop

    Tidying up
    akorgor authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c2547d8 View commit details
    Browse the repository at this point in the history
  9. Rename adapting_threshold to V_th_adapt

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b0e377b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29f599c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a786e9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    580f72f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fa0bb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    63410bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6210cdf View commit details
    Browse the repository at this point in the history
  3. Add technical comments

    heplesser committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b85dc1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from heplesser/jstap-eprop

    Add technical comments
    akorgor authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0d1f255 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc78b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fb6a90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc77ddb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    02c1448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f1403 View commit details
    Browse the repository at this point in the history
  3. Simplify comment

    akorgor committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b1b37d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8988bac View commit details
    Browse the repository at this point in the history
  5. Add more doxygen comments

    akorgor committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2a9ca90 View commit details
    Browse the repository at this point in the history
  6. Update user documentation

    akorgor committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    078b8c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e37e0b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    7b7366d View commit details
    Browse the repository at this point in the history
  2. Adjust lower bound of weight range in WeightOptimizer

    Co-authored-by: akorgor <[email protected]>
    JesusEV and akorgor committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e22f06f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03e896 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update eprop example images

    JesusEV committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5e4ecf7 View commit details
    Browse the repository at this point in the history
  2. Renamed eprop models to include _bsshslm_2020; compiles, examples and…

    … tests not adapted yet
    heplesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a4b2d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8b092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118fd64 View commit details
    Browse the repository at this point in the history
  5. Renamed test file

    heplesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    220c976 View commit details
    Browse the repository at this point in the history
  6. Renamed eprop_iaf_bsshslm_2020_adapt to eprop_iaf_adapt_bsshslm_2020 …

    …and fixed minor errors.
    
    Co-authored-by: akorgor <[email protected]>
    heplesser and akorgor committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b38be21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b563ddd View commit details
    Browse the repository at this point in the history
  8. Add info in what's new

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8f33438 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed574ae View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Agnes Korcsak-Gorzo <[email protected]>
    heplesser and akorgor authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ab948fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    601f87a View commit details
    Browse the repository at this point in the history
  12. Fix modelsets

    heplesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    48c6f8c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    ec41554 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from heplesser/jstap-eprop

    Change model names
    akorgor authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3253f47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a9d0d2 View commit details
    Browse the repository at this point in the history
  4. Turn plotting on in tutorials

    akorgor committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e608e42 View commit details
    Browse the repository at this point in the history
  5. Fix rendering of math equations

    Co-authored-by: jessica-mitchell <[email protected]>
    akorgor and jessica-mitchell committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ae675f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af143a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix type of learning window

    akorgor committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5120f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18aeca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d7c05e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a180d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Rename erase_unneeded* to erase_used*

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a53c915 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    akorgor committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    540d23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6691e5c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Rename alpha_t to alpha

    akorgor committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a3fdbde View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    1b58a27 View commit details
    Browse the repository at this point in the history
  2. Add protection for n_record, n_record == 0

    Co-authored-by: JesusEV <[email protected]>
    akorgor and JesusEV committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    beda0c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    01d0a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046e247 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update models/eprop_synapse_bsshslm_2020.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bea0837 View commit details
    Browse the repository at this point in the history
  2. Update nestkernel/histentry.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b875e0c View commit details
    Browse the repository at this point in the history
  3. Update models/eprop_synapse_bsshslm_2020.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f394e3d View commit details
    Browse the repository at this point in the history
  4. Update nestkernel/histentry.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    61f17ee View commit details
    Browse the repository at this point in the history
  5. Update nestkernel/histentry.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    67769c0 View commit details
    Browse the repository at this point in the history
  6. Update nestkernel/eprop_archiving_node.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6fbcf94 View commit details
    Browse the repository at this point in the history
  7. Update nestkernel/eprop_archiving_node.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3a00b34 View commit details
    Browse the repository at this point in the history
  8. Update models/weight_optimizer.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f384e86 View commit details
    Browse the repository at this point in the history
  9. Update models/weight_optimizer.h

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b0c7f6d View commit details
    Browse the repository at this point in the history
  10. Update models/eprop_iaf_adapt_bsshslm_2020.cpp

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1afb404 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Complete regular_spike_arrival framework

    Co-authored-by: Hans Ekkehard Plesser <[email protected]>
    akorgor and heplesser committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c612b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12981cc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix typo

    akorgor committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dee5908 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix spelling

    akorgor committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    56465c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13797e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0112c5a View commit details
    Browse the repository at this point in the history
  4. Remove old n_record setting

    akorgor committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    178ea14 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5ad82f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea9212 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    cdc27d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fff77a View commit details
    Browse the repository at this point in the history