2026-05-11 23:55:59 +02:00
|
|
|
---
|
|
|
|
|
include_toc: true
|
|
|
|
|
---
|
|
|
|
|
|
2026-05-11 17:07:17 +02:00
|
|
|
# internal-excitation.md
|
2026-03-12 18:46:05 +01:00
|
|
|
|
2026-05-18 18:39:55 +02:00
|
|
|
## INTERNAL-EXCITATION: Container
|
2026-03-12 18:46:05 +01:00
|
|
|
|
2026-05-12 11:06:13 +02:00
|
|
|
**Internal Excitation**:
|
|
|
|
|
Qui raccogliamo le presinapsi e le postsinapsi
|
2026-03-12 18:46:05 +01:00
|
|
|
|
|
|
|
|
```Gen
|
|
|
|
|
|
2026-05-11 17:07:17 +02:00
|
|
|
INTERNAL-EXCITATION
|
2026-03-12 18:46:05 +01:00
|
|
|
|
2026-05-18 18:39:55 +02:00
|
|
|
type: container
|
2026-03-12 18:46:05 +01:00
|
|
|
|
2026-05-11 15:22:05 +02:00
|
|
|
tub_tuned:
|
2026-05-12 11:06:13 +02:00
|
|
|
# Qui consolido tutti gli "in" e tutti gli "out" che sono stati passati
|
|
|
|
|
PRESYNAPSE: out
|
|
|
|
|
POSTSYNAPSE: in
|
2026-05-15 16:18:17 +02:00
|
|
|
ASTROSYNAPSE: ASTROCYTE.ASTROSYNAPSE # Qui l'unico ASTROCYTE che "conosco" e' quello al quale WINNERTAKELL e' stato binded in TECTUM.
|
2026-03-12 18:46:05 +01:00
|
|
|
```
|
2026-05-18 11:54:12 +02:00
|
|
|
|
2026-05-18 18:39:55 +02:00
|
|
|
#### TUN-INTERNAL-EXCITATION: Tuner
|
|
|
|
|
|
|
|
|
|
```Gen
|
|
|
|
|
TUN-INTERNAL-EXCITATION
|
|
|
|
|
type: tuner
|
|
|
|
|
contained_by: WINNERTAKEALL-BEH
|
|
|
|
|
|
|
|
|
|
tunes: BEH-POST/expansion/BEH-POST-IC
|
|
|
|
|
|
|
|
|
|
tub_modulation: # in TUN agiamo su POS/ACT
|
|
|
|
|
- posMod ( fullness: None, active: BEH-POST-IC/fullness, empty: 0x) # riferimento a possible di BEH-PRE
|
|
|
|
|
- actMod ( fullness: None, active: BEH-POST-IC/active, empty: BEH-POST-IC/emptiness) # riferimento a active di BEH-PRE
|
|
|
|
|
|
|
|
|
|
context_intricated:
|
|
|
|
|
- TunPossible ( contained_by: DAY-N )
|
|
|
|
|
|
|
|
|
|
tub_local:
|
|
|
|
|
|
|
|
|
|
tub_intricated:
|
|
|
|
|
```
|
|
|
|
|
|
2026-05-18 11:54:12 +02:00
|
|
|
### CheckSynModification: contextor
|
|
|
|
|
|
|
|
|
|
Qui devo capire queste tracce chi le lascia e se sono esclusive?
|
|
|
|
|
|
|
|
|
|
```Gen
|
|
|
|
|
CheckSynModification: ( active: 60x )
|
|
|
|
|
|
|
|
|
|
type: contextor
|
|
|
|
|
contained_by: INTERNAL-EXCITATION
|
|
|
|
|
|
|
|
|
|
in_context: Fixed
|
|
|
|
|
condition: ???
|
2026-05-18 13:47:45 +02:00
|
|
|
out_context: ActivateAstroPostPre_ctx
|
2026-05-18 11:54:12 +02:00
|
|
|
|
|
|
|
|
condition: ( BadTraces fullness )
|
2026-05-18 13:47:45 +02:00
|
|
|
out_context: DeActivateAstroPostPre_ctx
|
2026-05-18 11:54:12 +02:00
|
|
|
```
|
|
|
|
|
|
2026-05-18 13:47:45 +02:00
|
|
|
### ActivateAstronPostPre: binder
|
2026-05-18 11:54:12 +02:00
|
|
|
|
|
|
|
|
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
|
|
|
|
|
|
|
|
|
|
```Gen
|
2026-05-18 13:47:45 +02:00
|
|
|
ActivateAstroPostPre: ( active: 6x )
|
2026-05-18 11:54:12 +02:00
|
|
|
|
2026-05-18 13:47:45 +02:00
|
|
|
type: binder
|
2026-05-18 11:54:12 +02:00
|
|
|
contained_by: INTERNAL-EXCITATION
|
|
|
|
|
|
2026-05-18 13:47:45 +02:00
|
|
|
in_context: ActivateAstroPostPre_ctx
|
2026-05-18 11:54:12 +02:00
|
|
|
hypothesis: ( GoodTraces fullness ) AND NOT ( ASTROSYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
|
2026-05-18 13:47:45 +02:00
|
|
|
?SYNAPSE: SYNAPSE [PRESYNAPSE, POSTSYNAPSE, ASTROSYNAPSE]
|
|
|
|
|
action: GoodTraces decrease
|
2026-05-18 11:54:12 +02:00
|
|
|
trace: None
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### DeActivateSynPostPre: binder
|
|
|
|
|
|
|
|
|
|
Qui deattiviamo la Syn
|
|
|
|
|
|
|
|
|
|
```Gen
|
|
|
|
|
DeActivateSynPostPre: ( active: 6x )
|
|
|
|
|
|
|
|
|
|
type: binder
|
|
|
|
|
contained_by: INTERNAL-EXCITATION
|
|
|
|
|
|
|
|
|
|
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
|
|
|
|
|
in_context: DeActivateSynPostPre_ctx
|
2026-05-18 13:47:45 +02:00
|
|
|
hypothesis: (BadTraces fullness)
|
|
|
|
|
unbind: SYNAPSE
|
|
|
|
|
trace: None
|
2026-05-18 11:54:12 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### ClearTraces: accumulator
|
|
|
|
|
|
|
|
|
|
deco capire dove eliminare le tracce bad e good.
|