aggiunto tentativo espansione WTA

This commit is contained in:
2026-03-07 13:24:59 +01:00
parent 91dc4ca3ce
commit 354d1dbbbd
3 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
Qui mettiamo le spiegazioni su come funziona lespressione Gen. Qui mettiamo le spiegazioni su come funziona lespressione Gen.
- Per **Comprehension** intendiamo Behavior “diretti”, piu DEV e TUN. Lunica comprehension in questo caso e N. - Per **Comprehension** intendiamo Behavior “diretti”, piu DEV e TUN. Lunica comprehension in questo caso e N.
- Per **Container** intendiamo SOLO contenitore di behavior “diretti” esclusi i behavior di modulazione che mettiamo in **Modulator** - Per **Container** intendiamo SOLO contenitore di behavior “diretti”.
- Per **Modulator** intendiamo i comportamenti di TUN e DEV che fanno riferimento ad un container
--- ---
+7 -3
View File
@@ -1,14 +1,18 @@
Qui comprendiamo: Qui comprendiamo:
- BEH-AST - BEH-AST: Astrocyte
# BEH-AST: Container # BEH-AST: Container
**Astrocyte**: **Astrocyte**
```Gen ```Gen
container: BEH-AST container: BEH-AST
expansion: expansion:
- BEH-SYN ( fullness: indef, active: indef, emptiness: 0x ) - BEH-SYN ( fullness: indef, active: indef, emptiness: 0x )
# modulated_by: TUN-SYN
``` ```
Modulated by: [[TUN-AST]]
## Leakage: Context
## ???: Episode
+5 -3
View File
@@ -8,6 +8,8 @@ Qui comprendiamo:
container: BEH-WTA container: BEH-WTA
expansion: expansion:
- BEH-??? ( fullness: indef, active: indef, emptiness: 0x ) - NEU-001.axon.terminal-1 -[excites: ast=AST-001]-> NEU-002.dendrite.branch-1
# modulated_by: TUN-??? - NEU-001.axon.terminal-2 -[excites: ast=AST-002]-> NEU-002.dendrite.branch-2
``` - NEU-002.axon.terminal-1 -[inhibits: ast=AST-001]-> NEU-001.dendrite.branch-1
```