Files
organism/winnertakeall/excitation.md
T

85 lines
2.8 KiB
Markdown
Raw Normal View History

2026-04-14 12:05:22 +02:00
# excitation.md
2026-03-12 18:46:05 +01:00
2026-04-14 15:55:58 +02:00
## EXCITATION: Container
2026-03-12 18:46:05 +01:00
2026-05-02 11:13:41 +02:00
**Exhitatory Behavior**: L'associazione PRE<->POST<->SYN concettuale, che verra' trasformata in attuale dall'interprete/enliver. Questo container viene invocato da una riga di espansione in BEH-WTA, quindi ha a disposizione BEH-AXO, BEH-BD e BEH-AST di riferimento. E quindi in enliving abbiamo a disposizione le PRESYNAPSE, POSTSYNAPSE e SYNAPSE attuali.
2026-03-12 18:46:05 +01:00
2026-05-02 11:13:41 +02:00
BEH-AST mette a disposizione SYNAPSE, AXON PRESYNAPSE e BEH-BD POSTSYNAPSE. Fare un'associazione significa che nessuno dei tre e' in fullness.
2026-03-14 14:03:42 +01:00
2026-05-02 11:13:41 +02:00
**bind_elements**: questo deve dire all'enliver di mettere assieme gli elementi che sono citati. increase fa passare in actual qualcosa che era possible, perche' non si era raggiunto il fullness. E' una novita' perche' fin'ora avevamo fatto il bind in maniera implicita, in base alla espansione, quando ad esempio si espande BEH-AXO da BEH-N. Qui invece si deve esplicitamente dire che PRESYNAPSE, POSTSYNAPSE e BEH-AXO sono intricati in maniera che possano scambiarsi gli NT.
2026-03-12 18:46:05 +01:00
```Gen
2026-05-02 20:56:06 +02:00
EXCITATION
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
type: container
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
tub_local: ??? (fullness: 50x, active: 0x, emptiness: 0x)
2026-03-13 11:58:11 +01:00
2026-05-02 20:56:06 +02:00
tub_intricated:
- PRESYNAPSE from neuron/presynapse.md
- POSTSYNAPSE from neuron/postsynapse.md
- SYNAPSE from astrocyte/synapse.md
- GoodTraces ( contained_by: -?? )
- BadTraces ( contained_by: -?? )
2026-03-12 18:46:05 +01:00
context_intricated:
2026-05-02 20:56:06 +02:00
- TunPossible ( contained_by: winnertakeall.md )
2026-03-12 18:46:05 +01:00
```
2026-05-02 20:56:06 +02:00
### CheckSynModification: contextor
2026-03-12 18:46:05 +01:00
Qui devo capire queste tracce chi le lascia e se sono esclusive?
```Gen
2026-05-02 20:56:06 +02:00
CheckSynModification: ( active: 60x )
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
type: contextor
contained_by: EXCITATION
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
in_context: Fixed
condition: ( GoodTraces fullness ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
out_context: ActivateSyn_ctx
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
condition: ( BadTraces fullness )
out_context: DeActivateSyn_ctx
2026-03-12 18:46:05 +01:00
```
2026-05-03 14:37:28 +02:00
### ActivateSyn: binder
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
2026-03-12 18:46:05 +01:00
```Gen
2026-05-02 20:56:06 +02:00
activateSyn: ( active: 6x )
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
type: binder
contained_by: EXCITATION
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
in_context: ActivateSyn_ctx
hypothesis: ( GoodTraces fullness )
2026-05-04 10:00:22 +02:00
bind_intrication: # Novita'
2026-05-02 20:56:06 +02:00
[PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease]
trace: None
2026-03-12 18:46:05 +01:00
```
2026-05-03 16:45:41 +02:00
### DeActivateSynEXCITATION: binder
2026-03-12 18:46:05 +01:00
2026-03-14 14:03:42 +01:00
Qui deattiviamo la Syn
2026-03-12 18:46:05 +01:00
```Gen
2026-05-02 20:56:06 +02:00
DeActivate: ( active: 6x )
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
type: binder
contained_by: EXCITATION
2026-03-12 18:46:05 +01:00
2026-05-02 20:56:06 +02:00
in_context: DeActivateSyn_ctx
hypothesis: (BadTraces fullness)
2026-05-04 10:00:22 +02:00
bind_intrication: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
2026-05-02 11:13:41 +02:00
[PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]
2026-03-14 14:03:42 +01:00
trace: None
2026-03-12 18:46:05 +01:00
```
2026-05-02 20:56:06 +02:00
### ClearTraces: accumulator
deco capire dove eliminare le tracce bad e good.