From 70b1fd56cb0772162212a879fac6939e2ffee15c Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 5 May 2026 15:14:59 +0200 Subject: [PATCH] varie --- astrocyte/astrocyte-developer.md | 15 +++++--- neuron/neuron-day.md | 6 +-- neuron/neuron-developer.md | 66 +++++++++++++++----------------- 3 files changed, 43 insertions(+), 44 deletions(-) diff --git a/astrocyte/astrocyte-developer.md b/astrocyte/astrocyte-developer.md index 374cca2..34c60f2 100644 --- a/astrocyte/astrocyte-developer.md +++ b/astrocyte/astrocyte-developer.md @@ -2,25 +2,28 @@ **Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. -## ASTROCYTE-DEVELOPER: Modulator +## SYNAPSE-DEVELOPER: Developer ```Gen -ASTROCYTE-DEVELOPER +SYNAPSE-DEVELOPER - type: modulator + type: developer contained_by: ASTROCYTE + develops: ASTROCYTE/expansion/SYNAPSE + tub_local: - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) ``` -### IntegrateTunPossibility: Contextor +### CheckDevPossibility: Contextor ```Gen -IntegrateTunPossibility: ( active: 60x ) +CheckDevPossibility: ( active: 60x ) type: contextor - contained_by: ASTROCYTE-DEVELOPER + contained_by: SYNASPE-DEVELOPER + in_context: Fixed condition: NOT ( someTraces Empty ) diff --git a/neuron/neuron-day.md b/neuron/neuron-day.md index 386cf70..aab84c7 100644 --- a/neuron/neuron-day.md +++ b/neuron/neuron-day.md @@ -1,13 +1,13 @@ # neuron-day.md -## NEURON: Container +## NEURON-DAY: Container **Neuron Behavior**: (traditionally observable, excluding Episodes Tuner). Questo container viene attivato durente il DAY in neuron.md. ```Gen -NEURON +NEURON-DAY type: container @@ -26,7 +26,7 @@ TunPossibility type: contextor - contained_by: NEURON + contained_by: NEURON-DAY in_context: Fixed rf: 60x diff --git a/neuron/neuron-developer.md b/neuron/neuron-developer.md index 1998d44..8ee4a28 100644 --- a/neuron/neuron-developer.md +++ b/neuron/neuron-developer.md @@ -31,73 +31,69 @@ Downregulation: > Night Time Scale ```Gen -developer: NIGHT-N - contained_by: N +developer: NEURON-DEVELOPER + contained_by: NEURON ``` -## DEV-TUB-FLOOR: Developer - -Perche’ mettiamo Full in DEV e non in TUN? +## CA2-PRESYNAPSE-DEVELOPER: Developer ```Gen -developer: DEV-TUB-FLOOR - contained_by: NIGHT-N -``` +CA2-PRESYNAPSE-DEVELOPER -### DEV-PRE-CA2+-TUB: Developer +type: developer -```Gen -developer: DEV-PRE-CA2+-TUB - contained_by: DEV-TUB-FLOOR + contained_by: NEURON-DEVELOPER - develops: BEH-PRE/tub/Ca2+ # this is the tub whose "full" must be modulated + develops: NEURON/NEURON-DAY/AXON/PRESYNAPSE/tub/Ca2+ # this is the tub whose "full" must be modulated - tub_dev: - - fullMod ( fullness: 100x, active: Ca2+/fullness, emptiness: 50x ) # Ca2+Full "contains" a number of blocks equal to the current Full. -# qui stiamo modulando la fullness di Ca2+, associandola ad -# active di fullMod. Cambiando active di fullMod, -# si cambia la fullness di Ca2+ + tub_dev: + - fullMod ( fullness: 100x, active: Ca2+/full, emptiness: 50x ) + # qui stiamo modulando il full di Ca2+, associandolo ad + # active di fullMod. Cambiando active di fullMod, + # si cambia la full di Ca2+ - tub_local: + tub_local: - tub_intricated: - - Nox ( contained_by: BEH-POST ) - - Ecb ( contained_by: BEH-POST ) + tub_intricated: + - Nox ( contained_by: EURON/NEURON-DAY/AXON/PRESYNAPSE ) + - Ecb ( contained_by: EURON/NEURON-DAY/AXON/PRESYNAPSE ) ``` -#### Context +### :Contextor ***Tens Milliseconds Time Scale*** ```Gen -context: CheckPreTubCa2+ +CheckPreTubCa2+: ( active: 60x ) - contained_by: DEV-PRE-FULL-CA2+ + type: contextor + + contained_by: NEURON-DEVELOPER in_context: Fixed - rf: 60x condition: ( empty ) - out_context: DecreaseFull + out_context: DecreaseFull_ctx condition: NOT ( empty ) AND NOT ( Ca2+ full ) - out_context: Nothing + out_context: Nothing_ctx condition: ( full) - out_context: IncreaseFull + out_context: IncreaseFull_ctx ``` -#### Episode +### :Accumulator ```Gen -episode: VgccOpen +DecreaseFull: ( active: 1x ) + + type: accumulator contained_by: DEV-PRE-FULL-CA2+ - in_context: DecreaseFull - rf: 1x + in_context: DecreaseFull_ctx hypothesis: NOT ( full ) AND NOT ( empty ) - action: [ increase, decrease] - trace: None + action: [ increase, decrease] + trace: None ``` ### DEV-PRE-RRP-TUB: Developer