Update presynapse.md

This commit is contained in:
2026-06-29 17:26:59 +02:00
parent 90377380e8
commit 2082fc27c8
+42 -35
View File
@@ -133,7 +133,27 @@ TRACE
// !DAY
// ########################## Tag endourance, *AP ##########################
// ########################## Short Traces (mss), NOT *AP ##########################
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 emptiness
action: [ _CaTraceLow increase ]
else: None
}
TracesAccMedium: INSTANTIATE [ snippet: accumulator, event: 6x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 mediumness
action: [ _CaTraceMed increase ]
else: None
}
TracesAccHigh: INSTANTIATE [ snippet: accumulator, event: 10x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 fullness
action: [ _CaTraceHigh increase ]
else: None
}
// ########################## Medium Traces (smin), NOT *AP ##########################
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
@@ -143,28 +163,10 @@ TRACE
else: None
}
// ########################## Fast Traces, NOT *AP ##########################
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 emptiness
action: [ _CaTraceLow increase ]
else: None
}
// ########################## Long Traces (hr), NOT *AP ##########################
TracesAccMedium: INSTANTIATE [ snippet: accumulator, event: 6x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 mediumness
action: [ _CaTraceMed increase ]
else: None
}
TracesAccHigh: INSTANTIATE [ snippet: accumulator, event: 10x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 fullness
action: [ _CaTraceHigh increase ]
else: None
}
```
## DECAY
@@ -177,21 +179,7 @@ MAIN
// !DAY
// ########################## eCB Clearance, NOT *AP ##########################
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
else: None
}
eCBClearenceLow: INSTANTIATE [ snippet: accumulator, event: 48x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
else: None
}
// ########################## Fast traces Clearance, NOT *AP ##########################
// ########################## Short traces Clearance, NOT *AP ##########################
TracesClearance: INSTANTIATE [ snippet: accumulator, event: 30x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _CaTraceHigh empty
@@ -205,8 +193,27 @@ MAIN
hypothesis: NOT _CaTraceLow empty
action: [ _CaTRaceLow decrease ]
else: None
}
// ########################## Medium, eCB Clearance, NOT *AP ##########################
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
else: None
}
eCBClearenceLow: INSTANTIATE [ snippet: accumulator, event: 48x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
else: None
}
// ########################## Long, Clearance, NOT *AP ##########################
```
## RECOVER