From bb7d4de567e5da5eb734293e6cad044c2eb39792 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 5 May 2026 13:39:33 +0200 Subject: [PATCH] varie --- astrocyte/atrocyte.md | 2 +- ...{night-astrocyte.md => night-developer.md} | 8 +++---- winnertakeall/excitation.md | 22 +++++++++---------- 3 files changed, 15 insertions(+), 17 deletions(-) rename astrocyte/{night-astrocyte.md => night-developer.md} (78%) diff --git a/astrocyte/atrocyte.md b/astrocyte/atrocyte.md index 4899fd8..46f34d5 100644 --- a/astrocyte/atrocyte.md +++ b/astrocyte/atrocyte.md @@ -11,7 +11,7 @@ comprehension: ASTROCYTE include: synapse.md - night-astrocyte.md + astrocyte-developer.md expansion: - SYNAPSE ( fullness: 50x, active: 0x, emptiness: 0x ) diff --git a/astrocyte/night-astrocyte.md b/astrocyte/night-developer.md similarity index 78% rename from astrocyte/night-astrocyte.md rename to astrocyte/night-developer.md index 6aea57c..95f4fdc 100644 --- a/astrocyte/night-astrocyte.md +++ b/astrocyte/night-developer.md @@ -1,12 +1,12 @@ -# night-astrocyte.md +# astrocyte-developer.md **Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. -## NIGHT-AST: Modulator +## ASTROCYTE-DEVELOPER: Modulator ```Gen -modulator: NIGHT-AST - contained_by: ASTRO +modulator: ASTROCYTE-DEVELOPER + contained_by: ASTROCYTE tub_local: - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) diff --git a/winnertakeall/excitation.md b/winnertakeall/excitation.md index e9f41ab..969aaa9 100644 --- a/winnertakeall/excitation.md +++ b/winnertakeall/excitation.md @@ -2,11 +2,9 @@ ## EXCITATION: Container -**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. +**Exhitatory Behavior**: L'associazione PRESYNAPSE<->POSTSYNAPSE<->SYNSYNAPSE concettuale, che verra' trasformata in attuale dall'interprete/enliver. Questo container viene invocato da una riga di espansione in WINNERTAKEALL, quindi ha a disposizione AXON, DENDRITIC-BRANCH(x) o SOMA, e ASTROCYTE di riferimento. E quindi in enliving abbiamo a disposizione le PRESYNAPSE, POSTSYNAPSE e SYNAPSE attuali. -BEH-AST mette a disposizione SYNAPSE, AXON PRESYNAPSE e BEH-BD POSTSYNAPSE. Fare un'associazione significa che nessuno dei tre e' in fullness. - -**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. +**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 AXON da NEURON. Qui invece si deve esplicitamente dire che PRESYNAPSE, POSTSYNAPSE e ASTROCYTE sono intricati in maniera che possano interagire su NT. ```Gen @@ -40,40 +38,40 @@ CheckSynModification: ( active: 60x ) in_context: Fixed condition: ( GoodTraces fullness ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full) - out_context: ActivateSyn_ctx + out_context: ActivateSynPostPre_ctx condition: ( BadTraces fullness ) - out_context: DeActivateSyn_ctx + out_context: DeActivateSynPostPre_ctx ``` -### ActivateSyn: binder +### ActivateSynPostPre: binder Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness ```Gen -activateSyn: ( active: 6x ) +ActivateSynPostPre: ( active: 6x ) type: binder contained_by: EXCITATION - in_context: ActivateSyn_ctx + in_context: ActivateSynPostPre_ctx hypothesis: ( GoodTraces fullness ) bind_intrication: # Novita' [PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease] trace: None ``` -### DeActivateSynEXCITATION: binder +### DeActivateSynPostPre: binder Qui deattiviamo la Syn ```Gen -DeActivate: ( active: 6x ) +DeActivateSynPostPre: ( active: 6x ) type: binder contained_by: EXCITATION - in_context: DeActivateSyn_ctx + in_context: DeActivateSynPostPre_ctx hypothesis: (BadTraces fullness) bind_intrication: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. [PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]