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.
## 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 )
+3 -3
View File
@@ -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
+31 -35
View File
@@ -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