This commit is contained in:
2026-05-29 10:53:46 +02:00
parent f1b4d58919
commit ac67d8e2cc
5 changed files with 231 additions and 285 deletions
+13 -13
View File
@@ -34,11 +34,11 @@ WINNERTAKEALL
## external
@IN-EXCI-001: BEHAVIOUR [ behaviour: IN_EXCITATION, __GroupPossible: GROUP [
post: @NEU_001.@AXO_001._presynapse,
post: @NEU_002.@AXO_001._presynapse ] ]
@OUT-EXCI-001: BEHAVIOUR [ behaviour: OUT_EXCITATION, __GroupPossible: GROUP [
pre: @NEU_001.@AXO_001._presynapse,
pre: @NEU_002.@AXO_001._presynapse ] ]
@IN-EXCI-001: BEHAVIOUR [ behaviour: IN_EXCITATION, __GroupPossible: GROUP [
post: @NEU_001.@D_BRANCH_002._postsynapse,
post: @NEU_002.@D_BRANCH_002._postsynapse,
astro: @NEU_001.@D_BRANCH_002._astrosynapse ] ]
@@ -70,24 +70,24 @@ EXCITATION
snippet:
# *Fixed
@: CONTEXTOR [snip: Excitation_possible, RF: active 60x]
@: CONTEXTOR [snip: ExcitationPossible, RF: active 60x]
# *ActivateAstroPostPre
@: BINDER [snippet: Excitation_bind, RF: active 6x]
@: BINDER [snippet: ExcitationBind, RF: active 6x]
@: ACCUMULATOR [snippet: ClearTraces, RF: active 6x]
*DeActivateAstroPost
@: BINDER [snippet: Excitation_unbind, RF: active 6x]
@: BINDER [snippet: ExcitationUnbind, RF: active 6x]
```
#### *Fixed
##### Excitation_possible
##### ExcitationPossible
Qui devo capire queste tracce chi le lascia e se sono esclusive?
```Gen
Excitation_possible
ExcitationPossible
in_context: &Fixed
@@ -100,12 +100,12 @@ Excitation_possible
##### *ActivateAstroPostPre
###### Excitation_bind
###### ExcitationBind
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
```Gen
Excitation_bind
ExcitationBind
in_context: &ActivateAstroPostPre
@@ -135,12 +135,12 @@ ClearTraces
##### *DeActivateAstroPostPre
###### Excitation_unbind
###### ExcitationUnbind
Qui deattiviamo la Syn
```Gen
Excitation_unbind
ExcitationUnbind
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. Qui forse il Bind e' prima della ipotesi, perche' dobbiamo assicurarci ci sia una sinapsi da sciogliere.