You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a standard model combines both a membrane mechanism and a synaptic mechanism. If there are n of the former and m of the latter, we have to create n x m standard models (even more if there could be more than one synapse type per neuron). It would be cleaner to have standard membrane models and standard synaptic models that could be combined in user code to build arbitrary models. Only n + m models then have to be created/maintained.
Imported from Trac ticket:2
Opened: 2007-04-24 11:38:37 Last modified: 2010-11-04 11:00:25 Component: unspecified Priority: major Owner: somebody Reporter: apdavison
The text was updated successfully, but these errors were encountered:
Currently, a standard model combines both a membrane mechanism and a synaptic mechanism. If there are n of the former and m of the latter, we have to create
n x m
standard models (even more if there could be more than one synapse type per neuron). It would be cleaner to have standard membrane models and standard synaptic models that could be combined in user code to build arbitrary models. Onlyn + m
models then have to be created/maintained.Imported from Trac ticket:2
Opened: 2007-04-24 11:38:37
Last modified: 2010-11-04 11:00:25
Component: unspecified
Priority: major
Owner: somebody
Reporter: apdavison
The text was updated successfully, but these errors were encountered: