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

Modular neuron model #50

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

Modular neuron model #50

wants to merge 9 commits into from

Commits on Oct 12, 2016

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

Commits on Oct 13, 2016

  1. Basic modular neurons - C++ side

    * Neurons are split into dynamics, input and threshold
    * Combined together using something resembling policy design pattern into ModularNeuron
    * Implemented if_curr_exp and if_cond_exp in this way
    neworderofjamie committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    8112dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441536b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d5bfc View commit details
    Browse the repository at this point in the history
  4. inline consistency

    * In C++ member functions which are SYNTACTICALLY inline are inline
    * Static inline deprecated in C++
    neworderofjamie committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    423df99 View commit details
    Browse the repository at this point in the history
  5. fixed indent

    neworderofjamie committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    20a144e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b7003b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4703c38 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

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