forked from Hjorthmedh/Snudda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
33 lines (18 loc) · 1.17 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2020-10-02 (JH+IC)
- All the synapses on the same neuron from the same source (external),
need to have the same overall behaviour. Ie, they need to be picked from
the same pool: facilitating, depressing, high nmda/ampa ratio,
start ficiliating then depressing (this is for cortical and thalamic input)
Current status: We randomly pick parameters for each synapse on the neuron,
ie the soma sees an averaging of these different behaviours - not good.
- We want to be able to do pruning such that synapses are clustered afterwards.
This is important for cortical and thalamic input when using virtual axons,
and possibly also for intrastriatal synapses.
Current status: Synapses are pruned independtly of each other.
- We want to be able to place clustered synapses for external input.
This is needed for cortical and thalamic input.
Current status: Synapses are placed indepedently of each other.
2020-10-04 (IC)
- Include the possibility to optimize for two traces at the same time (same input region, same cell but different frequencies). For example:
M1-RH-ipsi 161_FS10_GBZ_CC_H10 and 161_FS10_GBZ_CC_H20
Current status: One trace at the time is optimized.