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.
- 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:
- BEH-AST
- BEH-AST: Astrocyte
# BEH-AST: Container
**Astrocyte**:
**Astrocyte**
```Gen
container: BEH-AST
expansion:
- BEH-SYN ( fullness: indef, active: indef, emptiness: 0x )
# modulated_by: TUN-SYN
```
Modulated by: [[TUN-AST]]
## Leakage: Context
## ???: Episode
+4 -2
View File
@@ -8,6 +8,8 @@ Qui comprendiamo:
container: BEH-WTA
expansion:
- BEH-??? ( fullness: indef, active: indef, emptiness: 0x )
# modulated_by: TUN-???
- NEU-001.axon.terminal-1 -[excites: ast=AST-001]-> NEU-002.dendrite.branch-1
- 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
```