From 90132958eb55198c7b292499f08d51ce5726eea5 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Mon, 18 May 2026 13:47:45 +0200 Subject: [PATCH] varie --- winnertakeall/internal-excitation.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/winnertakeall/internal-excitation.md b/winnertakeall/internal-excitation.md index 6c77e8c..e38bd1c 100644 --- a/winnertakeall/internal-excitation.md +++ b/winnertakeall/internal-excitation.md @@ -34,25 +34,26 @@ CheckSynModification: ( active: 60x ) in_context: Fixed condition: ??? - out_context: ActivateSynPostPre_ctx + out_context: ActivateAstroPostPre_ctx condition: ( BadTraces fullness ) - out_context: DeActivateSynPostPre_ctx + out_context: DeActivateAstroPostPre_ctx ``` -### ActivateSynPostPre: accumulator +### ActivateAstronPostPre: binder Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness ```Gen -ActivateSynPostPre: ( active: 6x ) +ActivateAstroPostPre: ( active: 6x ) - type: accumulator + type: binder contained_by: INTERNAL-EXCITATION - in_context: ActivateSynPostPre_ctx + in_context: ActivateAstroPostPre_ctx hypothesis: ( GoodTraces fullness ) AND NOT ( ASTROSYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full) - bind_intrication: [PRESYNAPSE increase, POSTSYNAPSE increase, ASTROSYNAPSE increase, GoodTraces decrease] + ?SYNAPSE: SYNAPSE [PRESYNAPSE, POSTSYNAPSE, ASTROSYNAPSE] + action: GoodTraces decrease trace: None ``` @@ -68,9 +69,9 @@ DeActivateSynPostPre: ( active: 6x ) # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. in_context: DeActivateSynPostPre_ctx - hypothesis: (BadTraces fullness) - bind_intrication: [PRESYNAPSE decrease, POSTSYNAPSE decrease, ASTROSYNAPSE decrease, GoodTraces decrease] - trace: None + hypothesis: (BadTraces fullness) + unbind: SYNAPSE + trace: None ``` ### ClearTraces: accumulator