change from tun to dev
This commit is contained in:
+85
-8
@@ -113,20 +113,20 @@ modulator: DEV-PRE-LactateAtp-RF
|
||||
|
||||
#### Episode
|
||||
|
||||
## DEV-FULL: Modulator
|
||||
## DEV-TUB-FLOOR: Modulator
|
||||
|
||||
Perche’ mettiamo Full in DEV e non in TUN?
|
||||
|
||||
```Gen
|
||||
modulator: DEV-FULL
|
||||
modulator: DEV-TUB-FLOOR
|
||||
contained_by: DEV-N
|
||||
```
|
||||
|
||||
### DEV-PRE-CA2+-FULL: Modulator
|
||||
### DEV-PRE-CA2+-TUB: Modulator
|
||||
|
||||
```Gen
|
||||
modulator: DEV-PRE-CA2+-FULL
|
||||
contained_by: DEV-FULL
|
||||
modulator: DEV-PRE-CA2+-TUB
|
||||
contained_by: DEV-TUB-FLOOR
|
||||
|
||||
modulates: BEH-PRE/tub/Ca2+ # this is the tub whose "full" must be modulated
|
||||
|
||||
@@ -178,11 +178,11 @@ episode: VgccOpen
|
||||
trace: None
|
||||
```
|
||||
|
||||
### DEV-PRE-RRP-FULL: Modulator
|
||||
### DEV-PRE-RRP-TUB: Modulator
|
||||
|
||||
```Gen
|
||||
modulator: DEV-PRE-RRP-FULL
|
||||
contained_by: DEV-FULL
|
||||
modulator: DEV-PRE-RRP-TUB
|
||||
contained_by: DEV-TUB-FLOOR
|
||||
|
||||
modulates: BEH-PRE/tub/Rrp # this is the tub whose "full" must be modulated
|
||||
|
||||
@@ -202,3 +202,80 @@ modulator: DEV-PRE-RRP-FULL
|
||||
#### Context
|
||||
|
||||
#### Episode
|
||||
|
||||
## DEV-TUB-CONCEPTUAL: Modulator
|
||||
|
||||
Qui la PRE e la POST si predispongono per dare le condizioni a SYN di stabilire o eliminare una sinapsi. Per ora questo comportamento lo mettiamo in TUN perche’ non si tratta di creare o distruggere PRE o POST, ma di rendere disponibile a SYN la possibilita’ di creare o distruggere una SYN. Durante il Day c’e’ il TUN che mette a disposizione, durante il Night SYN crea o distrugge gli accoppiamenti PRE POST.
|
||||
|
||||
ATTENZIONE: Questo e POST e’ da cambiare, perche’ c’e’ il passaggio da TubPoss a TubPossSyn a TubAct. E’ la SYN che passa in TubAct.
|
||||
|
||||
> Minutes/hours Time Scale
|
||||
|
||||
```Gen
|
||||
modulator: DEV-TUB-CONCEPTUAL
|
||||
contained_by: DEV-N
|
||||
```
|
||||
|
||||
### DEV-AXO-BEH-PRE-TUB: Modulator
|
||||
|
||||
Qui stiamo ragionanando sulla trasformazione fra bottone presinaptico inattivo e bottone attivo, pronto a diventare parte di una sinapsi. Il ragionamento e' locale, e mette a disposizione o toglie un bottone attivo che un altro ragionamento, credo in TUN-WTA, fara' su questo bottone, il bottone postisinaptico e una sinapsi disponibile.
|
||||
|
||||
```Gen
|
||||
modulator: DEV-AXO-BEH-PRE-TUB
|
||||
contained_by: DEV-TUB-CONCEPTUAL
|
||||
|
||||
modulates: BEH-AXO/expansion/BEH-PRE
|
||||
# qui stiamo modulando fullness e actual del tub BEH-PRE associandoli
|
||||
# a tub_modulation prePos e PreAct.
|
||||
|
||||
tub_modulation: # in TUN agiamo su fullness <-> active
|
||||
- fulMod ( fullness: None, active: BEH-PRE/fullness, empty: 0x ) # riferimento a possible di BEH-PRE
|
||||
- actMod ( fullness: None, active: BEH-PRE/active, empty: BEH-PRE/emptiness ) # riferimento a active di BEH-PRE
|
||||
|
||||
context_intricated:
|
||||
- TunPossible ( contained_by: TUN-N )
|
||||
|
||||
tub_local:
|
||||
|
||||
tub_intricated:
|
||||
```
|
||||
|
||||
#### Context
|
||||
|
||||
```Gen
|
||||
context: CheckTunSynAxoPrePossibility
|
||||
contained_by: TUN-SYN-AXO-PRE
|
||||
|
||||
in_context: TunPossible
|
||||
rf: ( active: 60x )
|
||||
|
||||
condition:
|
||||
out_context:
|
||||
```
|
||||
|
||||
#### Episode
|
||||
|
||||
```Gen
|
||||
episode: TunSynAxoPre
|
||||
contained_by: TUN-SYN-AXO-PRE
|
||||
|
||||
in_context: ??
|
||||
rf: 1x
|
||||
|
||||
hypothesis: NOT () AND NOT ()
|
||||
action: [ increase, decrease]
|
||||
trace: None
|
||||
```
|
||||
|
||||
### DEV-BD-BEH-POST-TUB: Modulator
|
||||
|
||||
```Gen
|
||||
modulator: DEV-BD-BEH-POST-TUB
|
||||
|
||||
contained_by: DEV-TUB-CONCEPTUAL
|
||||
...
|
||||
```
|
||||
|
||||
#### Context
|
||||
|
||||
#### Episode
|
||||
|
||||
Reference in New Issue
Block a user