Share

GENESIS Neural Simulator

Code

Programming Languages: C

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@genesis-sim.cvs.sourceforge.net:/cvsroot/genesis-sim login

cvs -z3 -d:pserver:anonymous@genesis-sim.cvs.sourceforge.net:/cvsroot/genesis-sim co -P modulename

Show:

What's happening?

  • Followup: RE: Mac OS X Leopard

    Confirmed that this fix works in Snow Leopard as well Dave.

    2009-11-08 08:31:45 UTC by ender45

  • Compling Genesis-2.3 on Ubuntu 9.0.4

    Compiling Genesis-2.3 on Ubuntu 9.0.4 fails with the following messages: In file included from /usr/include/unistd.h:1112, from sim_notes.c:54: /usr/include/bits/unistd.h: In function ‘GetHeader’: /usr/include/bits/unistd.h:36: error: nested function ‘read’ declared ‘extern’ /usr/include/bits/unistd.h:35: error: static declaration of ‘read’ follows...

    2009-10-06 17:35:08 UTC by skarthik77

  • GENESIS User Forums now at genesis-sim.org

    We are now migrating the GENESIS user forums to our new web site at genesis-sim.org, where you can attach files, example scripts, and images to postings. We haven't yet disabled the sourceforge forums, but they will mainly be used for GENESIS 2 compilation issues and bug fixes, and don't get much use. The best way to get help and answers to questions about GENESIS is to post to the...

    2009-08-05 19:04:23 UTC by dbeeman_5

  • Followup: RE: Gating variables with coupled equations?

    This is a topic that has come up in the past, and I think that some GENESIS users have found solutions. We are now migrating the GENESIS user forums to our new web site at genesis-sim.org, where you will be able to attach files, example scripts, and images to postings. We haven't yet disabled the sourceforge forums, but they will mainly be used for GENESIS 2 compilation issues and bug...

    2009-08-05 18:55:39 UTC by dbeeman_5

  • Followup: RE: Gating variables with coupled equations?

    Sorry, message got messed up. So the equations should read: dm/dt = A * m + B * n dn/dt = C * m + D * n A = -alpha - beta - k3 B = k4 C = k3 D = -k4 and where Ik = gbark * (m + 2n) * (v -vk)?.

    2009-07-16 14:47:12 UTC by srkuo77

  • Gating variables with coupled equations?

    Hi, Does anyone know if there's an option for tab2channel that can solve for a gating variable that is of the form: dm/dt = A * m + B * n dn/dt = C * m + D * n A = -alpha - beta - k3 B = k4 C = -k4 D where Ik = gbark * (m + 2n) * (v -vk)?.

    2009-07-16 14:44:32 UTC by srkuo77