From eb52286a7f70cea5a84ec3407abeca4587338aaa Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 19 May 2026 09:44:33 +0200 Subject: [PATCH] varia ripulitura --- tectum/astro-mod.md | 10 +++++----- tectum/internal-excitation.md | 9 ++------- tectum/tectum-beh.md | 8 ++++---- winnertakeall/external-in-excitation.md | 8 ++++---- winnertakeall/external-out-excitation.md | 8 ++++---- winnertakeall/internal-excitation.md | 6 +++--- winnertakeall/internal-inhibition.md | 4 ++-- 7 files changed, 24 insertions(+), 29 deletions(-) diff --git a/tectum/astro-mod.md b/tectum/astro-mod.md index ae1e225..b86f0c5 100644 --- a/tectum/astro-mod.md +++ b/tectum/astro-mod.md @@ -4,16 +4,16 @@ include_toc: true # astro-mod.md -## ASTRO-MOD: Tuner +## ASTRO-MOD: Container ```Gen ASTRO-MOD - type: tuner + type: container - tunes: - POSTSYNAPSE - ASTROSYNAPSE + tub_intricated: + POSTSYNAPSE: in + ASTROSYNAPSE: ast #qui creiamo la possibilita' di associare TUTTE le POSTSYNAPSE del WTA agli ASTROSYNAPSE \ No newline at end of file diff --git a/tectum/internal-excitation.md b/tectum/internal-excitation.md index 8a7c4ca..1d5e4f9 100644 --- a/tectum/internal-excitation.md +++ b/tectum/internal-excitation.md @@ -4,18 +4,13 @@ include_toc: true # internal-excitation.md -## INTERNAL-EXCITATION: Tuner - -**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. - -**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. +## INTERNAL-EXCITATION: Container ```Gen INTERNAL-EXCITATION - type: tuner + type: container tunes: PRESYNAPSE: out diff --git a/tectum/tectum-beh.md b/tectum/tectum-beh.md index b387038..c5a02d1 100644 --- a/tectum/tectum-beh.md +++ b/tectum/tectum-beh.md @@ -22,19 +22,19 @@ TECTUM-BEH @AST-001: ASTROCYTE @AST-002: ASTROCYTE - @ASTRO-MOD-001: ASTRO-MOD [out: @WTA-001.INTERNAL-EXCITATION.POSTSYNAPSE, @AST-001.ASTROSYNAPSE] + @ASTRO-MOD-001: ASTRO-MOD [in: @WTA-001.INTERNAL-EXCITATION.POSTSYNAPSE, ast: @AST-001.ASTROSYNAPSE] # viene utilizzato quando gli elementi sono allo stesso livello, perche' la possibile intricazione e' implicita in un'espansione tradizionale. Questo serve a WTA.INTERNAL-EXCITATION per "individuare" i propri ASTRO.ASTROSYNAPSE in maniera attuale, anche se espressi in maniera possibile. external_intrication: # questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus - @EXTERNAL-IN-EXCITATION-001: EXTERNAL-IN-EXCITATION [ in: @WTA-001.EXTERNAL-IN-EXCITATION-003.POSTSYNAPSE, in: @WTA-002.EXTERNAL-IN-EXCITATION-003.POSTSYNAPSE ] + @EXTERNAL-IN-EXCITATION-001: EXTERNAL-IN-EXCITATION [ in: @WTA-001.@EXTERNAL-IN-EXCITATION-003.POSTSYNAPSE, in: @WTA-002.@EXTERNAL-IN-EXCITATION-003.POSTSYNAPSE ] internal_intrication: # Area xxx - @INTERNAL-EXCITATION-010: INTERNAL-EXCITATION [out: @WTA-001.EXTERNAL-OUT-EXCITATION-001.PRESYNAPSE, in: @WTA-003.EXTERNAL-IN-EXCITATION-002.POSTYNAPSE] + @INTERNAL-EXCITATION-010: INTERNAL-EXCITATION [out: @WTA-001.@EXTERNAL-OUT-EXCITATION-001.PRESYNAPSE, in: @WTA-003.@EXTERNAL-IN-EXCITATION-002.POSTYNAPSE] - @INTERNAL-INHIBITION-012: INTERNAL-INHIBITION [out: @WTA-002.EXTERNAL-OUT-INHIBITION-001.PRESYNAPSE, in: @WTA-003.EXTERNAL-IN-EXCITATION-004.SOMASYNAPSE] + @INTERNAL-INHIBITION-012: INTERNAL-INHIBITION [out: @WTA-002.@EXTERNAL-OUT-INHIBITION-001.PRESYNAPSE, in: @WTA-003.@EXTERNAL-IN-EXCITATION-004.SOMASYNAPSE] ``` \ No newline at end of file diff --git a/winnertakeall/external-in-excitation.md b/winnertakeall/external-in-excitation.md index 0bd42de..0c53f1a 100644 --- a/winnertakeall/external-in-excitation.md +++ b/winnertakeall/external-in-excitation.md @@ -1,6 +1,6 @@ # external-in-excitation.md -## EXTERNAL-IN-EXCITATION: Tuner +## EXTERNAL-IN-EXCITATION: Container **external-in-excitation**: Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo @@ -9,8 +9,8 @@ Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro EXTERNAL-IN-EXCITATION - type: tuner + type: container - tub_tuned: - Post: NEURON/DENDRITIC-BRANCH/expansion/POSTSYNAPSE + tub_intricated: + POSTSYNAPSE: in ``` \ No newline at end of file diff --git a/winnertakeall/external-out-excitation.md b/winnertakeall/external-out-excitation.md index 1b2466f..7e4ed86 100644 --- a/winnertakeall/external-out-excitation.md +++ b/winnertakeall/external-out-excitation.md @@ -1,16 +1,16 @@ # external-out-excitation.md -## EXTERNAL-OUT-EXCITATION: Tuner +## EXTERNAL-OUT-EXCITATION: Container **external-out-excitation**: -Qui mettiamo assieme tutte le POSTSYNAPSE di una possibile relazione con un altro modulo +Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo ```Gen EXTERNAL-OUT-EXCITATION - type: tuner + type: container tunes: - Post: NEURON/AXON/expansion/POSTSYNAPSE + PRESYNASPE: out ``` \ No newline at end of file diff --git a/winnertakeall/internal-excitation.md b/winnertakeall/internal-excitation.md index a782dbb..3aeb381 100644 --- a/winnertakeall/internal-excitation.md +++ b/winnertakeall/internal-excitation.md @@ -16,7 +16,7 @@ INTERNAL-EXCITATION type: container - tub_tuned: + tub_intricated: # Qui consolido tutti gli "in" e tutti gli "out" che sono stati passati PRESYNAPSE: out POSTSYNAPSE: in @@ -86,9 +86,9 @@ ClearTraces: ( active: 6x ) # stesso RF del bind contained_by: TUN-PRE-POST-ASTRO in_context: ActivateAstroPostPre_ctx - hypothesis: + hypothesis: GoodTraces NOT empty action: GoodTraces decrease - trace: + trace: None? ``` ### DeActivateSynPostPre: binder diff --git a/winnertakeall/internal-inhibition.md b/winnertakeall/internal-inhibition.md index a81048d..e3aac76 100644 --- a/winnertakeall/internal-inhibition.md +++ b/winnertakeall/internal-inhibition.md @@ -1,12 +1,12 @@ # internal-inhibition.md -## INTERNAL-INHIBITION: Tuner +## INTERNAL-INHIBITION: Container **Inhibitory Behavior**: ```Gen INTERNAL-INHIBITION - type: tuner + type: container ```