varia ripulitura

This commit is contained in:
2026-05-19 09:44:33 +02:00
parent 16071b82c0
commit eb52286a7f
7 changed files with 24 additions and 29 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# external-in-excitation.md
## EXTERNAL-IN-EXCITATION: Tuner
## EXTERNAL-IN-EXCITATION: Container
**external-in-excitation**:
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
@@ -9,8 +9,8 @@ Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro
EXTERNAL-IN-EXCITATION
type: tuner
type: container
tub_tuned:
Post: NEURON/DENDRITIC-BRANCH/expansion/POSTSYNAPSE
tub_intricated:
POSTSYNAPSE: in
```
+4 -4
View File
@@ -1,16 +1,16 @@
# external-out-excitation.md
## EXTERNAL-OUT-EXCITATION: Tuner
## EXTERNAL-OUT-EXCITATION: Container
**external-out-excitation**:
Qui mettiamo assieme tutte le POSTSYNAPSE di una possibile relazione con un altro modulo
Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo
```Gen
EXTERNAL-OUT-EXCITATION
type: tuner
type: container
tunes:
Post: NEURON/AXON/expansion/POSTSYNAPSE
PRESYNASPE: out
```
+3 -3
View File
@@ -16,7 +16,7 @@ INTERNAL-EXCITATION
type: container
tub_tuned:
tub_intricated:
# Qui consolido tutti gli "in" e tutti gli "out" che sono stati passati
PRESYNAPSE: out
POSTSYNAPSE: in
@@ -86,9 +86,9 @@ ClearTraces: ( active: 6x ) # stesso RF del bind
contained_by: TUN-PRE-POST-ASTRO
in_context: ActivateAstroPostPre_ctx
hypothesis:
hypothesis: GoodTraces NOT empty
action: GoodTraces decrease
trace:
trace: None?
```
### DeActivateSynPostPre: binder
+2 -2
View File
@@ -1,12 +1,12 @@
# internal-inhibition.md
## INTERNAL-INHIBITION: Tuner
## INTERNAL-INHIBITION: Container
**Inhibitory Behavior**:
```Gen
INTERNAL-INHIBITION
type: tuner
type: container
```