varie
This commit is contained in:
@@ -17,11 +17,11 @@ Qui comprendiamo:
|
|||||||
type: comprehension
|
type: comprehension
|
||||||
|
|
||||||
expand_comprehension:
|
expand_comprehension:
|
||||||
_VgccPre: {VGCC-PRE} [ full: 10x, active: 5x, empty: 2x ]
|
???: {VGCC-PRE} [ full: 10x, active: 5x, empty: 2x ]
|
||||||
|
|
||||||
instantiate_container:
|
instantiate_container:
|
||||||
BEHAVIOR_PRE: CONTAINER []
|
BEHAVIOR_PRE: CONTAINER []
|
||||||
TUNE_VGCC_PRE: CONTAINER [pass: _VgccPre]
|
TUNE_VGCC_PRE: CONTAINER [pass: ???]
|
||||||
```
|
```
|
||||||
|
|
||||||
### BEHAVIOR_PRE
|
### BEHAVIOR_PRE
|
||||||
@@ -323,7 +323,7 @@ TUNE_VGCC_PRE
|
|||||||
- &TunePossible ( contained_by: DAY-N )
|
- &TunePossible ( contained_by: DAY-N )
|
||||||
|
|
||||||
tub_passed:
|
tub_passed:
|
||||||
_VgccPre: pass._VgccPre
|
_VgccPre: TUB [pass.@VGCC_PRE]
|
||||||
|
|
||||||
tub_local:
|
tub_local:
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
|
---
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
|
||||||
# winnertakeall-beh.md
|
# winnertakeall-beh.md
|
||||||
|
|
||||||
## EXCITATION: container
|
## EXCITATION
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
EXCITATION
|
EXCITATION
|
||||||
@@ -10,24 +14,33 @@ EXCITATION
|
|||||||
activity_scope: !NIGHT
|
activity_scope: !NIGHT
|
||||||
|
|
||||||
tub_passed:
|
tub_passed:
|
||||||
PRESYNAPSE_ALL: out.{}.{}.PRESYNAPSE
|
_Presynapse: TUB [out.{}.{}.PRESYNAPSE]
|
||||||
POSTSYNAPSE_ALL: in.{}.{}.POSTSYNAPSE
|
_Postsynapse: TUB [in.{}.{}.POSTSYNAPSE]
|
||||||
|
|
||||||
tub_intricated:
|
tub_intricated:
|
||||||
ASTROSYNAPSE_ALL: ASTROCYTE.ASTROSYNAPSE # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
|
_Astrosynapse: TUB [ASTROCYTE.ASTROSYNAPSE] # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
|
||||||
|
|
||||||
|
snippets:
|
||||||
|
|
||||||
|
# &Fixed
|
||||||
|
Excitation-possible: CONTEXTOR [RF: active 60x]
|
||||||
|
|
||||||
|
# &ActivateAstroPostPre
|
||||||
|
Excitation_bind: BINDER [RF: active 6x]
|
||||||
|
ClearTraces: ACCUMULATOR [RF: active 6x]
|
||||||
|
Excitation_unbind: BINDER [RF: active 6x]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Excitation-possible: contextor
|
### &Fixed
|
||||||
|
|
||||||
|
#### Excitation-possible
|
||||||
|
|
||||||
Qui devo capire queste tracce chi le lascia e se sono esclusive?
|
Qui devo capire queste tracce chi le lascia e se sono esclusive?
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
CheckSynModification: ( active: 60x )
|
CheckSynModification
|
||||||
|
|
||||||
type: contextor
|
in_context: &Fixed
|
||||||
contained_by: EXCITATION
|
|
||||||
|
|
||||||
in_context: Fixed
|
|
||||||
condition: ???
|
condition: ???
|
||||||
out_context: ActivateAstroPostPre_ctx
|
out_context: ActivateAstroPostPre_ctx
|
||||||
|
|
||||||
@@ -35,29 +48,26 @@ CheckSynModification: ( active: 60x )
|
|||||||
out_context: DeActivateAstroPostPre_ctx
|
out_context: DeActivateAstroPostPre_ctx
|
||||||
```
|
```
|
||||||
|
|
||||||
### Excitation-bind: binder
|
### &ActivateAstroPostPre
|
||||||
|
|
||||||
|
#### Excitation-bind
|
||||||
|
|
||||||
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
|
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
ActivateAstroPostPre: ( active: 6x )
|
ActivateAstroPostPre
|
||||||
|
|
||||||
type: binder
|
in_context: &ActivateAstroPostPre
|
||||||
contained_by: EXCITATION
|
|
||||||
|
|
||||||
in_context: ActivateAstroPostPre_ctx
|
|
||||||
hypothesis: ( GoodTraces fullness ) AND NOT ( ASTROSYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
|
hypothesis: ( GoodTraces fullness ) AND NOT ( ASTROSYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
|
||||||
bind: [PRESYNAPSE_ALL increase, POSTSYNAPSE_ALL increase, ASTROSYNAPSE_ALL increase]
|
bind: [PRESYNAPSE_ALL increase, POSTSYNAPSE_ALL increase, ASTROSYNAPSE_ALL increase]
|
||||||
trace: None?
|
trace: None?
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### ClearTraces: accumulator
|
#### ClearTraces
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
ClearTraces: ( active: 6x ) # stesso RF del bind
|
ClearTraces
|
||||||
type: accumulator
|
|
||||||
contained_by: EXCITATION
|
|
||||||
|
|
||||||
in_context: ActivateAstroPostPre_ctx
|
in_context: ActivateAstroPostPre_ctx
|
||||||
hypothesis: GoodTraces NOT empty
|
hypothesis: GoodTraces NOT empty
|
||||||
@@ -65,102 +75,16 @@ ClearTraces: ( active: 6x ) # stesso RF del bind
|
|||||||
trace: None?
|
trace: None?
|
||||||
```
|
```
|
||||||
|
|
||||||
### Excitation-unbind: binder
|
#### Excitation-unbind
|
||||||
|
|
||||||
Qui deattiviamo la Syn
|
Qui deattiviamo la Syn
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
DeActivateSynPostPre: ( active: 6x )
|
DeActivateSynPostPre
|
||||||
|
|
||||||
type: binder
|
|
||||||
contained_by: EXCITATION
|
|
||||||
|
|
||||||
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
|
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
|
||||||
in_context: DeActivateSynPostPre_ctx
|
in_context: DeActivateSynPostPre_ctx
|
||||||
hypothesis: (BadTraces fullness)
|
hypothesis: (BadTraces fullness)
|
||||||
unbind: [PRESYNAPSE_ALL decrease, POSTSYNAPSE_ALL decrease, ASTROSYNAPSE_ALL decrease]
|
unbind: [PRESYNAPSE_ALL decrease, POSTSYNAPSE_ALL decrease, ASTROSYNAPSE_ALL decrease]
|
||||||
trace: None?
|
trace: None?
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## INHIBITION: container
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
INHIBITION
|
|
||||||
|
|
||||||
type: container
|
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
|
||||||
|
|
||||||
tub_passed:
|
|
||||||
PRESYNAPSE_ALL: out.{}.{}.PRESYNAPSE
|
|
||||||
SOMASYNAPSE_ALL: in.{}.{}.SOMASYNAPSE
|
|
||||||
|
|
||||||
tub_intricated:
|
|
||||||
ASTROSYNAPSE_ALL: ASTROCYTE.ASTROSYNAPSE # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
|
|
||||||
```
|
|
||||||
|
|
||||||
## IN-EXCITATION: Container
|
|
||||||
|
|
||||||
**in-excitation**:
|
|
||||||
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
|
|
||||||
IN-EXCITATION
|
|
||||||
|
|
||||||
type: container
|
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
|
||||||
|
|
||||||
tub_passed:
|
|
||||||
POSTSYNAPSE_ALL: in.{}.{}.POSTSYNAPSE-BHE
|
|
||||||
|
|
||||||
tub_intricated:
|
|
||||||
ASTROSYNAPSE_ALL: ASTROCYTE.ASTROSYNAPSE-BEH # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM, ovvero nell'organo che ha espansi il modulo.
|
|
||||||
```
|
|
||||||
|
|
||||||
## OUT-EXCITATION: Container
|
|
||||||
|
|
||||||
**out-excitation**:
|
|
||||||
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
|
|
||||||
OUT-EXCITATION
|
|
||||||
|
|
||||||
type: container
|
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## IN-INHIBITION: Container
|
|
||||||
|
|
||||||
**in-inhibition**:
|
|
||||||
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
|
|
||||||
IN-EXCITATION
|
|
||||||
|
|
||||||
type: container
|
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## OUT-INHIBITION: Container
|
|
||||||
|
|
||||||
**out-inhibition**:
|
|
||||||
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
|
|
||||||
OUT-INHIBITION
|
|
||||||
|
|
||||||
type: container
|
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user