cambio fullness e emptiness

This commit is contained in:
2026-03-30 14:36:01 +02:00
parent e0d62ea7de
commit 3a658ec235
2 changed files with 27 additions and 28 deletions
+7 -8
View File
@@ -46,18 +46,17 @@ L'assegnazione dei livelli di fullness, active e emptiness viene fatta una volta
#### full and empty #### full and empty
Il controllo di condition in un context o hpothesis in un episode viene fatto con: Nella dichiarazione di Tub, full e empty indicano i limiti fra i quali si puo' spostare l'actual. Non sono limiti invalicabili, perche' potremmo andare oltre in enliving nel caso di tanti task che agiscono sulla stessa vaschetta (decentralizzazione).
- full: se gli actual sono maggiori o uguali a fullness Inoltre posso verificare come condizione e hypothesis se un tub e' full o empty.
- empty: se gli actual sono uguali o meno di emptiness
#### nearFull, medium and nearEmpty #### emptiness, medium and fullness
Il controllo di condition in un context o hpothesis in un episode viene fatto con: Il controllo di condition in un context o hypothesis in un episode viene fatto con:
- nearFull: se gli actual sono almeno 70% di fullness - emptiness: se gli actual sono almeno 30% di (full - empty)
- nearEmpty: se gli actual sono almeno 30% di fullness - medium: se gli actual sono fra 30% e 70% di (full - empty)
- medium: se gli actual sono fra 30% e 70% di fullness - fullness: se gli actual sono almeno 70% di (full - empty)
### RF ### RF
+20 -20
View File
@@ -16,7 +16,7 @@ The axon does not contain specific behavior. We might add balancing of ATP withi
```Gen ```Gen
container: BEH-AXO container: BEH-AXO
expansion: BEH-PRE ( fullness: 50x, active: 0x, emptiness: 10x ) expansion: BEH-PRE ( full: 50x, active: 0x, empty: 10x )
# managed_by: BEH-EXH or BEH-INH from winnertakeall # managed_by: BEH-EXH or BEH-INH from winnertakeall
# developed_by: DEV-AXO-BEH-PRE-TUB from DEV-N # developed_by: DEV-AXO-BEH-PRE-TUB from DEV-N
``` ```
@@ -173,20 +173,20 @@ The simplification impies that:
```Gen ```Gen
container: BEH-PRE container: BEH-PRE
expansion: BEH-PRE-VGCC ( fullness: 10x, active: 5x, emptiness: 2x ) expansion: BEH-PRE-VGCC ( full: 10x, active: 5x, empty: 2x )
# tuned_by: TUN-PRE-VGCC from TUN.N # tuned_by: TUN-PRE-VGCC from TUN.N
tub_local: tub_local:
- Ca2+ ( fullness: 60x, active: 30x, emptiness: 0x ) - Ca2+ ( full: 60x, active: 30x, empty: 0x )
# developed_by: DEV-PRE-CA2+FULL from DEV.N # developed_by: DEV-PRE-CA2+FULL from DEV.N
- Rrp ( fullness: 30x, active: 15x, emptiness: 0x ) - Rrp ( full: 30x, active: 15x, empty: 0x )
# developed_by: DEV-PRE-RRP-FULL from DEV.N # developed_by: DEV-PRE-RRP-FULL from DEV.N
- Rp ( fullness: 30x, active: 15x, emptiness: 0x ) - Rp ( full: 30x, active: 15x, empty: 0x )
# developed_by: DEV-PRE-RRP-FULL from DEV.N # developed_by: DEV-PRE-RRP-FULL from DEV.N
- CaTraces ( fullness: 50x, active: 0x, emptiness: 0x ) - CaTraces ( full: 50x, active: 0x, empty: 0x )
tub_intricated: tub_intricated:
- NT # SYN - NT # SYN
@@ -218,7 +218,7 @@ context: AP-RRPConcentration
condition: (Rrp medium) condition: (Rrp medium)
out_context: RRPMedium out_context: RRPMedium
condition: (Rrp full) condition: (Rrp fullness)
out_context: RRPFull out_context: RRPFull
``` ```
@@ -236,7 +236,7 @@ context: AP-Ca2+Concentration
condition: (Ca2+ medium) condition: (Ca2+ medium)
out_context: Ca2+Medium out_context: Ca2+Medium
condition: (Ca2+ full) condition: (Ca2+ fullness)
out_context: Ca2+Full out_context: Ca2+Full
``` ```
@@ -259,7 +259,7 @@ episode: NTreleaseMaximum
in_context: (Ca2+Full AND RRPFull) in_context: (Ca2+Full AND RRPFull)
rf: ( active: 3x ) # Maximum rf: ( active: 3x ) # Maximum
hypothesis: (NT empty) hypothesis: NOT (NT empty)
action: [Rrp decrease, Nt increase, ATP decrease] action: [Rrp decrease, Nt increase, ATP decrease]
trace: None trace: None
``` ```
@@ -383,7 +383,7 @@ episode: CaTracesAccumulationFast
in_context: Ca2+Full in_context: Ca2+Full
rf: ( active: 12x ) # fast rf: ( active: 12x ) # fast
hypothesis: (Ca2+ full) hypothesis: (Ca2+ fullness)
action: [CaTrace increase] action: [CaTrace increase]
trace: None trace: None
``` ```
@@ -415,7 +415,7 @@ context: SecContext
in_context: Fixed in_context: Fixed
rf: ( active: 600x ) rf: ( active: 600x )
condition: NOT (rp empty) AND NOT (RRP full) condition: NOT (RP empty) AND NOT (RRP full)
out_context: RPShuttle out_context: RPShuttle
condition: NOT (CaTrace empty) condition: NOT (CaTrace empty)
@@ -476,14 +476,14 @@ episode: RPShuttleSlow
in_context: RPShuttle in_context: RPShuttle
rf: ( active: 48x ) # Slow rf: ( active: 48x ) # Slow
hypothesis: (CaTrace nearEmpty) OR (RP nearEmpty) OR (RRP nearFull) hypothesis: (CaTrace emptiness) OR (RP emptiness) OR (RRP fullness)
action: [RP decrease, RRP increase] action: [RP decrease, RRP increase]
trace: None trace: None
``` ```
##### RPShuttleModerate: Episode ##### RPShuttleModerate: Episode
The "Sub-Optimal" State. The machinery is working, but it's held back by partial limitations. This covers cases where the signal is steady but the "piston" isn't firing at full speed, or where a high vacancy in the RRP (nearEmpty) forces a low signal to work a bit harder. The "Sub-Optimal" State. The machinery is working, but it's held back by partial limitations. This covers cases where the signal is steady but the "piston" isn't firing at full speed, or where a high vacancy in the RRP (emptiness) forces a low signal to work a bit harder.
Rate: 0.50 0.97 Rate: 0.50 0.97
@@ -495,9 +495,9 @@ episode: RPShuttleModerate
rf: ( active: 24x ) # Slow rf: ( active: 24x ) # Slow
hypothesis: ((CaTrace medium) AND (RP medium) AND (RRP medium)) OR hypothesis: ((CaTrace medium) AND (RP medium) AND (RRP medium)) OR
((CaTrace nearFull) AND (RP medium) AND (RRP medium)) OR # signal boost ((CaTrace fullness) AND (RP medium) AND (RRP medium)) OR # signal boost
((CaTrace medium) AND (RP nearFull) AND (RRP medium)) OR # supply boost ((CaTrace medium) AND (RP fullness) AND (RRP medium)) OR # supply boost
((CaTrace medium) AND (RP medium) AND (RRP nearEmpty)) # vacancy boost ((CaTrace medium) AND (RP medium) AND (RRP emptiness)) # vacancy boost
action: [RP decrease, RRP increase] action: [RP decrease, RRP increase]
trace: None trace: None
``` ```
@@ -515,9 +515,9 @@ episode: RPShuttleFast
in_context: RPShuttle in_context: RPShuttle
rf: ( active: 12x ) # Fast rf: ( active: 12x ) # Fast
hypothesis: ((CaTrace nearFull) AND (RP nearFull) AND (RRP medium)) OR # signal + supply hypothesis: ((CaTrace fullness) AND (RP fullness) AND (RRP medium)) OR # signal + supply
((CaTrace nearFull) AND (RP medium) AND (RRP nearEmpty)) OR # signal + vacancy ((CaTrace fullness) AND (RP medium) AND (RRP emptiness)) OR # signal + vacancy
((CaTrace medium) AND (RP nearFull) AND (RRP nearEmpty)) # supply + vacancy ((CaTrace medium) AND (RP fullness) AND (RRP emptiness)) # supply + vacancy
action: [RP decrease, RRP increase] action: [RP decrease, RRP increase]
trace: None trace: None
``` ```
@@ -535,7 +535,7 @@ episode: RPShuttleMaximal
in_context: RPShuttle in_context: RPShuttle
rf: ( active: 6x ) # Maximal rf: ( active: 6x ) # Maximal
hypothesis: (CaTrace nearFull) AND (RP nearFull) AND RRP (nearEmpty) hypothesis: (CaTrace fullness) AND (RP fullness) AND RRP (emptiness)
action: [RP decrease, RRP increase] action: [RP decrease, RRP increase]
trace: None trace: None
``` ```