Update presynapse.md
This commit is contained in:
@@ -132,6 +132,7 @@ TRACE
|
||||
// !DAY
|
||||
|
||||
// ################## Tag endourance, *AP ##################
|
||||
|
||||
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
|
||||
|
||||
void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] {
|
||||
@@ -218,7 +219,9 @@ RECOVER
|
||||
|
||||
// ################## Rp Schuttle, NOT *AP ##################
|
||||
|
||||
// The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space. If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions. Rate: 0.00 – 0.25
|
||||
// The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space.
|
||||
// If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions.
|
||||
// Rate: 0.00 – 0.25
|
||||
|
||||
void: INSTANTIATE [ accumulator: RPShuttleLow, event: 24x, cost: 3x, context: NOT *AP ] {
|
||||
hypothesis: _CaTraceLow fullness OR _RP emptiness OR _Rrp fullness
|
||||
@@ -239,7 +242,9 @@ RECOVER
|
||||
|
||||
// ################## RefillGlutamine ##################
|
||||
|
||||
// The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level. This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50% or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 – 1.94
|
||||
// The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level.
|
||||
// This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50%
|
||||
// or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 – 1.94
|
||||
|
||||
void: INSTANTIATE [ accumulator: RefillGlutamine, event: 24x, cost: 3x, context: NOT *AP ] {
|
||||
hypothesis: ( _CaTraceHigh fullness AND _RP fullness AND _Rrp mediumness ) OR # signal + supply
|
||||
|
||||
Reference in New Issue
Block a user