From 0085b7a9408ad2422dc04e838843694841c42f1a Mon Sep 17 00:00:00 2001 From: ocrampal Date: Mon, 11 May 2026 17:07:17 +0200 Subject: [PATCH] varie --- tectum/tectum-beh.md | 14 ++++----- winnertakeall/external-in-excitation.md | 16 ++++++++++ winnertakeall/external-out-excitation.md | 16 ++++++++++ winnertakeall/inhibition.md | 12 ------- winnertakeall/interface.md | 28 ----------------- .../{excitation.md => internal-excitation.md} | 12 +++---- winnertakeall/internal-inhibition.md | 12 +++++++ winnertakeall/winnertakeall-beh.md | 31 ++++++------------- 8 files changed, 67 insertions(+), 74 deletions(-) create mode 100644 winnertakeall/external-in-excitation.md create mode 100644 winnertakeall/external-out-excitation.md delete mode 100644 winnertakeall/inhibition.md delete mode 100644 winnertakeall/interface.md rename winnertakeall/{excitation.md => internal-excitation.md} (93%) create mode 100644 winnertakeall/internal-inhibition.md diff --git a/tectum/tectum-beh.md b/tectum/tectum-beh.md index 176d85d..68c9620 100644 --- a/tectum/tectum-beh.md +++ b/tectum/tectum-beh.md @@ -22,13 +22,7 @@ TECTUM-BEH @AST-001: ASTROCYTE @AST-002: ASTROCYTE - relations: - - # Area 1 - @010: EXCITATION [out: @WTA-001.@AREA-001, in: @WTA-002.@AREA-002, @AST-001] - @012: INHIBITION [out: @WTA-001.@AREA-002, in: @WTA-002.@AREA-001, @AST-002] - - interfaces: + external_relations: # questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus @AREA-001: @@ -42,4 +36,10 @@ TECTUM-BEH outgoing-inh: @WTA-002.@AREA-001 + internal_relations: + + # Area 1 + @010: EXCITATION [out: @WTA-001.@AREA-001, in: @WTA-002.@AREA-002] + @012: INHIBITION [out: @WTA-001.@AREA-002, in: @WTA-002.@AREA-001] + ``` \ No newline at end of file diff --git a/winnertakeall/external-in-excitation.md b/winnertakeall/external-in-excitation.md new file mode 100644 index 0000000..423d0f2 --- /dev/null +++ b/winnertakeall/external-in-excitation.md @@ -0,0 +1,16 @@ +# external-in-excitation.md + +## EXTERNAL-IN-EXCITATION: Tuner + +**external-in-excitation**: +Qui mettiamo assieme tutte le PRESYNAPSE di una possibile relazione con un altro modulo + +```Gen + +EXTERNAL-IN-EXCITATION + + type: tuner + + tunes: + Pre: NEURON/AXON/expansion/PRESYNAPSE +``` \ No newline at end of file diff --git a/winnertakeall/external-out-excitation.md b/winnertakeall/external-out-excitation.md new file mode 100644 index 0000000..1b2466f --- /dev/null +++ b/winnertakeall/external-out-excitation.md @@ -0,0 +1,16 @@ +# external-out-excitation.md + +## EXTERNAL-OUT-EXCITATION: Tuner + +**external-out-excitation**: +Qui mettiamo assieme tutte le POSTSYNAPSE di una possibile relazione con un altro modulo + +```Gen + +EXTERNAL-OUT-EXCITATION + + type: tuner + + tunes: + Post: NEURON/AXON/expansion/POSTSYNAPSE +``` \ No newline at end of file diff --git a/winnertakeall/inhibition.md b/winnertakeall/inhibition.md deleted file mode 100644 index 365b049..0000000 --- a/winnertakeall/inhibition.md +++ /dev/null @@ -1,12 +0,0 @@ -# inhibition.md - -## INHIBITION: Tuner - -**Inhibitory Behavior**: - -```Gen -INHIBITION - - type: tuner - -``` diff --git a/winnertakeall/interface.md b/winnertakeall/interface.md deleted file mode 100644 index b8c227f..0000000 --- a/winnertakeall/interface.md +++ /dev/null @@ -1,28 +0,0 @@ -# interface.md - -## INTERFACE: Tuner - -**Interface**: -Qui mettiamo assieme tutti PRESYNAPSE o POSTYNAPSE o SOMA di un interfaccia - -```Gen - -INTERFACE - - type: tuner - - tunes: - - NEURON/AXON/expansion/PRESYNAPSE - - NEURON/DENDRITIC-BRANCH/expansion/POSTSYNASPE - - ASTROCYTE/expansion/SYNAPSE - - - tub_local: - ??? (fullness: 50x, active: 0x, emptiness: 0x) - - tub_intricated: - - GoodTraces ( contained_by: -?? ) - - BadTraces ( contained_by: -?? ) - - context_intricated: - - TunPossible ( contained_by: winnertakeall.md ) \ No newline at end of file diff --git a/winnertakeall/excitation.md b/winnertakeall/internal-excitation.md similarity index 93% rename from winnertakeall/excitation.md rename to winnertakeall/internal-excitation.md index 564b62a..c3c6410 100644 --- a/winnertakeall/excitation.md +++ b/winnertakeall/internal-excitation.md @@ -1,6 +1,6 @@ -# excitation.md +# internal-excitation.md -## EXCITATION: Tuner +## 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. @@ -9,7 +9,7 @@ L'associazione PRESYNAPSE<->POSTSYNAPSE<->SYNSYNAPSE concettuale, che verra' tra ```Gen -EXCITATION +INTERNAL-EXCITATION type: tuner @@ -37,7 +37,7 @@ Qui devo capire queste tracce chi le lascia e se sono esclusive? CheckSynModification: ( active: 60x ) type: contextor - contained_by: EXCITATION + contained_by: INTERNAL-EXCITATION in_context: Fixed condition: ( GoodTraces fullness ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full) @@ -55,7 +55,7 @@ Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni f ActivateSynPostPre: ( active: 6x ) type: binder - contained_by: EXCITATION + contained_by: INTERNAL-EXCITATION in_context: ActivateSynPostPre_ctx hypothesis: ( GoodTraces fullness ) @@ -71,7 +71,7 @@ Qui deattiviamo la Syn DeActivateSynPostPre: ( active: 6x ) type: binder - contained_by: EXCITATION + contained_by: INTERNAL-EXCITATION # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. in_context: DeActivateSynPostPre_ctx diff --git a/winnertakeall/internal-inhibition.md b/winnertakeall/internal-inhibition.md new file mode 100644 index 0000000..a81048d --- /dev/null +++ b/winnertakeall/internal-inhibition.md @@ -0,0 +1,12 @@ +# internal-inhibition.md + +## INTERNAL-INHIBITION: Tuner + +**Inhibitory Behavior**: + +```Gen +INTERNAL-INHIBITION + + type: tuner + +``` diff --git a/winnertakeall/winnertakeall-beh.md b/winnertakeall/winnertakeall-beh.md index 62e4181..6b06a77 100644 --- a/winnertakeall/winnertakeall-beh.md +++ b/winnertakeall/winnertakeall-beh.md @@ -36,24 +36,13 @@ WINNERTAKEALL-BEH @NEU-005: NEURON @NEU-006: NEURON - interfaces: - # questi sono messi a disposizione di un organo che mette assieme moduli come winnertakeall + external_relations: + # questi sono messi a disposizione di un organo che mette assieme moduli come winnertakeall e ne fa tuning + @EXTERNAL-IN-EXCITATION-001: EXTERNAL-IN-EXCITATION [ in: @NEU-001.DENDRITIC-BRANCH-002, in: @NEU-002.DENDRITIC-BRANCH-002 ] + @EXTERNAL-OUT-EXCITATION-001: EXTERNAL-OUT-EXCITATION [ out:@NEU-001.AXO, out: @NEU-002.AXO ] - @INTER-001: INTERFACE # Qui devo capire il senso di questo: INTERFACE e' un container? Lo posso citare in Tectum? - [ - incoming-excitation: - @NEU-001.DENDRITIC-BRANCH-002 - @NEU-002.DENDRITIC-BRANCH-002 - incoming-inhibition: - @NEU-003.SOMA - outgoing-excitation: - @NEU-006.AXON - @NEU-007.AXON - outgoing-inhibition: - @NEU-005.AXON - ] - - relations: + internal_relations: + # anche questi sono messi a disposizione di un organo per il tuning # Ciascuna riga determina una relazione possibile fra: # - tutte le presynapsi di un assone di un neurone # - tutte le postsynapsi di uno specifico branch dendritico @@ -63,11 +52,11 @@ WINNERTAKEALL-BEH # E' un constraint di possibilita' su come possono crearsi sinapsi, con l'astrocita aggiunto a livello di organo. # Area xxx - @010: EXCITAT-PRE-POST-INTRA-MODULE [out: @NEU-001.AXON, in: @NEU-003.DENDRITIC-BRANCH-001] - @012: INHIBIT-PRE-SOMASYN-INTRA-MODULE [out: @NEU-002.AXON, in: @NEU-003.SOMA] + @INTERNAL-EXCITATATION-010: INTERNAL-EXCITATATION [out: @NEU-001.AXON, in: @NEU-003.DENDRITIC-BRANCH-001] + @INTERNAL-INHIBITION-012: INTERNAL-INHIBITION [out: @NEU-002.AXON, in: @NEU-003.SOMA] # Area yyy - @020: EXCITATION [out: @NEU-003.AXON, in: @NEU-004.DENDRITIC-BRANCH-003] - @022: EXCITATION [out: @NEU-004.AXON, in: @NEU-002.DENDRITIC-BRANCH-001] + @INTERNAL-EXCITATION-020: INTERNAL-EXCITATION [out: @NEU-003.AXON, in: @NEU-004.DENDRITIC-BRANCH-003] + @INTERNAL-EXCITATION-022: [out: @NEU-004.AXON, in: @NEU-002.DENDRITIC-BRANCH-001] ``` \ No newline at end of file