Permalink
Switch branches/tags
Nothing to show
Commits on Apr 12, 2017
  1. Update get_data signature in Thalamic_Column.h

    committed on GitHub Apr 12, 2017
Commits on Apr 1, 2017
  1. Create README.md

    committed on GitHub Apr 1, 2017
Commits on Mar 31, 2017
  1. Avoid circular reference in pro file

    committed on GitHub Mar 31, 2017
Commits on Sep 26, 2016
Commits on Sep 13, 2016
Commits on Mar 31, 2016
Commits on Mar 23, 2016
Commits on Feb 8, 2016
  1. Merge branch 'Test_param'

    Conflicts:
    	Plots.m
    	Thalamic_Column.cpp
    	Thalamic_Column.h
    	Thalamus.cpp
    	saves.h
    committed Feb 8, 2016
Commits on Feb 1, 2016
Commits on Dec 29, 2015
  1. General code cleanup.

    Updated the license.
    Removed dependency on boost libraries
    committed Dec 29, 2015
  2. General code cleanup.

    Removed dependency from boost libraries.
    committed Dec 29, 2015
Commits on May 5, 2015
  1. Added a project file for QT Creator.

    Reworked the iterative solver for Stochastic RK after Rößler2010.
    The new scheme ist much cleaner and easier. However, it seems the old one was slightly off, so new parameter tunings might be needed.
    Removed unneeded use of variadic macros.
    committed May 5, 2015
Commits on Nov 7, 2014
  1. Changed Calcium resting concentration.

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 7, 2014
Commits on Nov 5, 2014
  1. Cleaned up the code (removed P_h as variable)

    Fixed tau_h
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 5, 2014
Commits on Oct 30, 2014
  1. More Parameter tuning. Prep work for instant calcium binding on P_h

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 30, 2014
Commits on Oct 20, 2014
  1. Changed some parameters to better fit with previous detailed single

    neuron studies.
    
    Still shows spindle oscillations
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 20, 2014
Commits on Aug 27, 2014
  1. Removed unnecessary ODE.h file and made iteration a Class function. Not

    viable for grid approaches though.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Aug 27, 2014
Commits on Aug 13, 2014
  1. Changed Parameters.

    Model now shows nice spindle oscillations with a refactory time of
    slightly above 4s.
    
    Can be entrained by stimuli between 5s and 6s. Looses entrainment around
    7s.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Aug 13, 2014
Commits on Jun 16, 2014
  1. Minor cleanups

    committed Jun 16, 2014
Commits on May 28, 2014
Commits on May 14, 2014
  1. Removed m_T calculation.

    committed May 14, 2014
  2. Code cleanups.

    Added license
    Made comments linebreak save
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 24, 2014
Commits on Apr 24, 2014
  1. Code cleanups.

    Added license
    Made comments linebreak save
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 24, 2014
Commits on Apr 3, 2014
  1. Moved paramters into the class definition.

    That makes it easier to modify them at initialization.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 3, 2014
Commits on Mar 10, 2014
  1. Updated the matlab script

    committed Mar 10, 2014
  2. Small bugfixes and cleanup.

    committed Mar 10, 2014
  3. Merge branch 'master' into test

    	Attempt N2 to merge
    committed Mar 10, 2014
  4. Merge branch 'test'

    	Rewrote complete code without previous pull :(
    committed Mar 10, 2014
  5. Code cleanups.

    Moved all noise generation into the module.
    Simplified most of the code.
    committed Mar 10, 2014
Commits on Mar 1, 2014
  1. Moved RNGs into the population to reduce memory consumption.

    Removed the unneeded plotting functions.
    committed Mar 1, 2014
Commits on Nov 22, 2013