From 96fb613ba03da76116e7cd000bca667fb51095a4 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Thu, 25 Jun 2026 17:00:45 +0200 Subject: [PATCH] Update presynapse.md --- elements/neuron/presynapse.md | 77 ++++++++++++----------------------- 1 file changed, 25 insertions(+), 52 deletions(-) diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 32d36bc..7015bc5 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -108,10 +108,10 @@ PRESYNAPSE ``` -## MAIN +## RELEASE_NT ```Gen -MAIN +RELEASE_NT // Emit NT @@ -133,14 +133,6 @@ MAIN trace: None } - // Tag endourance - - void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] { - hypothesis: _pre_budget empty AND other signals - action: [ _pre_endurance_tag increase ] - trace: None - } - ``` ## TRACE @@ -148,55 +140,36 @@ MAIN ```Gen TRACE - type: container + // Tag endourance, *AP - within_scope: !DAY - - // snippet: *AP - - void: INCLUDE [ accumulator: TracesAccLow, event: act 3x, cost: act 3x ] - void: INCLUDE [ accumulator: TracesAccMedium, event: act 6x, cost: act 3x ] - void: INCLUDE [ accumulator: TracesAccHigh, event: act 10x, cost: act 3x ] - -``` - -#### *AP - -```Gen -Ca2TracesAccuLow - type: accumulator - - in_context: *AP - - hypothesis: _Ca2 emptiness - action: [ _CaTraceLow increase ] + void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] { + hypothesis: _pre_budget empty AND NOT deve esserci la possibilita di spikare e altri segnali come NO + action: [ _pre_endurance_tag increase ] trace: None -``` + } -##### Ca2TracesAccMedium + // Fast Traces + + void: INCLUDE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] { + hypothesis: _Ca2 emptiness + action: [ _CaTraceLow increase ] + trace: None + } -```Gen -Ca2TracesAccMedium - type: accumulator + + void: INCLUDE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] { + hypothesis: _Ca2 mediumness + action: [ _CaTraceMed increase ] + trace: None + } - in_context: *AP - hypothesis: _Ca2 mediumness - action: [ _CaTraceMed increase ] - trace: None -``` + void: INCLUDE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] { + hypothesis: _Ca2 fullness + action: [ _CaTraceHigh increase ] + trace: None + } -##### Ca2TracesAccHigh - -```Gen -Ca2TracesAccumulationHigh - type: accumulator - - in_context: *AP - - hypothesis: _Ca2 fullness - action: [ _CaTraceHigh increase ] - trace: None ``` ## DECAY