This commit is contained in:
2026-05-05 15:14:59 +02:00
parent 29340989ab
commit 70b1fd56cb
3 changed files with 43 additions and 44 deletions
+9 -6
View File
@@ -2,25 +2,28 @@
**Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. **Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE.
## ASTROCYTE-DEVELOPER: Modulator ## SYNAPSE-DEVELOPER: Developer
```Gen ```Gen
ASTROCYTE-DEVELOPER SYNAPSE-DEVELOPER
type: modulator type: developer
contained_by: ASTROCYTE contained_by: ASTROCYTE
develops: ASTROCYTE/expansion/SYNAPSE
tub_local: tub_local:
- SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x)
``` ```
### IntegrateTunPossibility: Contextor ### CheckDevPossibility: Contextor
```Gen ```Gen
IntegrateTunPossibility: ( active: 60x ) CheckDevPossibility: ( active: 60x )
type: contextor type: contextor
contained_by: ASTROCYTE-DEVELOPER contained_by: SYNASPE-DEVELOPER
in_context: Fixed in_context: Fixed
condition: NOT ( someTraces Empty ) condition: NOT ( someTraces Empty )
+3 -3
View File
@@ -1,13 +1,13 @@
# neuron-day.md # neuron-day.md
## NEURON: Container ## NEURON-DAY: Container
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner). **Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
Questo container viene attivato durente il DAY in neuron.md. Questo container viene attivato durente il DAY in neuron.md.
```Gen ```Gen
NEURON NEURON-DAY
type: container type: container
@@ -26,7 +26,7 @@ TunPossibility
type: contextor type: contextor
contained_by: NEURON contained_by: NEURON-DAY
in_context: Fixed in_context: Fixed
rf: 60x rf: 60x
+31 -35
View File
@@ -31,73 +31,69 @@ Downregulation:
> Night Time Scale > Night Time Scale
```Gen ```Gen
developer: NIGHT-N developer: NEURON-DEVELOPER
contained_by: N contained_by: NEURON
``` ```
## DEV-TUB-FLOOR: Developer ## CA2-PRESYNAPSE-DEVELOPER: Developer
Perche mettiamo Full in DEV e non in TUN?
```Gen ```Gen
developer: DEV-TUB-FLOOR CA2-PRESYNAPSE-DEVELOPER
contained_by: NIGHT-N
```
### DEV-PRE-CA2+-TUB: Developer type: developer
```Gen contained_by: NEURON-DEVELOPER
developer: DEV-PRE-CA2+-TUB
contained_by: DEV-TUB-FLOOR
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: tub_dev:
- fullMod ( fullness: 100x, active: Ca2+/fullness, emptiness: 50x ) # Ca2+Full "contains" a number of blocks equal to the current Full. - fullMod ( fullness: 100x, active: Ca2+/full, emptiness: 50x )
# qui stiamo modulando la fullness di Ca2+, associandola ad # qui stiamo modulando il full di Ca2+, associandolo ad
# active di fullMod. Cambiando active di fullMod, # active di fullMod. Cambiando active di fullMod,
# si cambia la fullness di Ca2+ # si cambia la full di Ca2+
tub_local: tub_local:
tub_intricated: tub_intricated:
- Nox ( contained_by: BEH-POST ) - Nox ( contained_by: EURON/NEURON-DAY/AXON/PRESYNAPSE )
- Ecb ( contained_by: BEH-POST ) - Ecb ( contained_by: EURON/NEURON-DAY/AXON/PRESYNAPSE )
``` ```
#### Context ### :Contextor
***Tens Milliseconds Time Scale*** ***Tens Milliseconds Time Scale***
```Gen ```Gen
context: CheckPreTubCa2+ CheckPreTubCa2+: ( active: 60x )
contained_by: DEV-PRE-FULL-CA2+ type: contextor
contained_by: NEURON-DEVELOPER
in_context: Fixed in_context: Fixed
rf: 60x
condition: ( empty ) condition: ( empty )
out_context: DecreaseFull out_context: DecreaseFull_ctx
condition: NOT ( empty ) AND NOT ( Ca2+ full ) condition: NOT ( empty ) AND NOT ( Ca2+ full )
out_context: Nothing out_context: Nothing_ctx
condition: ( full) condition: ( full)
out_context: IncreaseFull out_context: IncreaseFull_ctx
``` ```
#### Episode ### :Accumulator
```Gen ```Gen
episode: VgccOpen DecreaseFull: ( active: 1x )
type: accumulator
contained_by: DEV-PRE-FULL-CA2+ contained_by: DEV-PRE-FULL-CA2+
in_context: DecreaseFull in_context: DecreaseFull_ctx
rf: 1x
hypothesis: NOT ( full ) AND NOT ( empty ) hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease] action: [ increase, decrease]
trace: None trace: None
``` ```
### DEV-PRE-RRP-TUB: Developer ### DEV-PRE-RRP-TUB: Developer