From f89a2702638fa0c90968cb16b830a6d934f8de96 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Thu, 25 Jun 2026 14:39:20 +0200 Subject: [PATCH] Update presynapse.md --- elements/neuron/presynapse.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 1de3be1..de591ff 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -95,12 +95,12 @@ PRESYNAPSE _RrpFullDev: INSTANTIATE [ tub: local, full: 60x, act: 30x, empty: 0x ] // serve al DEV // Container - void: INSTANTIATE [ container: MAIN ] // !DAY - void: INSTANTIATE [ container: TRACE ] // !DAY - void: INSTANTIATE [ container: DECAY ] // !DAY - void: INSTANTIATE [ container: RECOVER ] // !DAY - void: INSTANTIATE [ container: ADJUST ] // !DAY Tuning - void: INSTANTIATE [ container: DEVELOP ] // !NIGHT + void: INSTANTIATE [ container: MAIN, scope: !DAY ] + void: INSTANTIATE [ container: TRACE, scope: !DAY ] + void: INSTANTIATE [ container: DECAY, scope: !DAY ] + void: INSTANTIATE [ container: RECOVER, scope: !DAY ] + void: INSTANTIATE [ container: ADJUST, scope: !DAY ] // Tuning + void: INSTANTIATE [ container: DEVELOP, scope: !NIGHT ] // Expansion @@ -115,12 +115,10 @@ MAIN type: container - within_scope: !DAY - // snippet: *AP - void: INCLUDE [ accumulator: NTreleaseLow, event: act 12x, cost: act 3x ] - void: INCLUDE [ accumulator: NTreleaseMedium, event: act 9x, cost: act 3x ] - void: INCLUDE [ accumulator: NTreleaseHigh, event: act 6x, cost: act 3x ] + void: INCLUDE [ accumulator: NTreleaseLow, event: 12x, cost: 3x, context: *AP ] + void: INCLUDE [ accumulator: NTreleaseMedium, event: 9x, cost: 3x, context: *AP ] + void: INCLUDE [ accumulator: NTreleaseHigh, event: 6x, cost: 3x, context: *AP ] ``` @@ -132,7 +130,6 @@ MAIN NTreleaseLow type: accumulator - in_context: *AP hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty action: [ _Rrp decrease, _NT increase, _ATP decrease ]