Update presynapse.md
This commit is contained in:
@@ -108,10 +108,10 @@ PRESYNAPSE
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## MAIN
|
## RELEASE_NT
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
MAIN
|
RELEASE_NT
|
||||||
|
|
||||||
// Emit NT
|
// Emit NT
|
||||||
|
|
||||||
@@ -133,14 +133,6 @@ MAIN
|
|||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tag endourance
|
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] {
|
|
||||||
hypothesis: _pre_budget empty AND other signals
|
|
||||||
action: [ _pre_endurance_tag increase ]
|
|
||||||
trace: None
|
|
||||||
}
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## TRACE
|
## TRACE
|
||||||
@@ -148,55 +140,36 @@ MAIN
|
|||||||
```Gen
|
```Gen
|
||||||
TRACE
|
TRACE
|
||||||
|
|
||||||
type: container
|
// Tag endourance, *AP
|
||||||
|
|
||||||
within_scope: !DAY
|
void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] {
|
||||||
|
hypothesis: _pre_budget empty AND NOT deve esserci la possibilita di spikare e altri segnali come NO
|
||||||
// snippet: *AP
|
action: [ _pre_endurance_tag increase ]
|
||||||
|
|
||||||
void: INCLUDE [ accumulator: TracesAccLow, event: act 3x, cost: act 3x ]
|
|
||||||
void: INCLUDE [ accumulator: TracesAccMedium, event: act 6x, cost: act 3x ]
|
|
||||||
void: INCLUDE [ accumulator: TracesAccHigh, event: act 10x, cost: act 3x ]
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### *AP
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
Ca2TracesAccuLow
|
|
||||||
type: accumulator
|
|
||||||
|
|
||||||
in_context: *AP
|
|
||||||
|
|
||||||
hypothesis: _Ca2 emptiness
|
|
||||||
action: [ _CaTraceLow increase ]
|
|
||||||
trace: None
|
trace: None
|
||||||
```
|
}
|
||||||
|
|
||||||
##### Ca2TracesAccMedium
|
// Fast Traces
|
||||||
|
|
||||||
|
void: INCLUDE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: _Ca2 emptiness
|
||||||
|
action: [ _CaTraceLow increase ]
|
||||||
|
trace: None
|
||||||
|
}
|
||||||
|
|
||||||
```Gen
|
|
||||||
Ca2TracesAccMedium
|
void: INCLUDE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] {
|
||||||
type: accumulator
|
hypothesis: _Ca2 mediumness
|
||||||
|
action: [ _CaTraceMed increase ]
|
||||||
|
trace: None
|
||||||
|
}
|
||||||
|
|
||||||
in_context: *AP
|
|
||||||
|
|
||||||
hypothesis: _Ca2 mediumness
|
void: INCLUDE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] {
|
||||||
action: [ _CaTraceMed increase ]
|
hypothesis: _Ca2 fullness
|
||||||
trace: None
|
action: [ _CaTraceHigh increase ]
|
||||||
```
|
trace: None
|
||||||
|
}
|
||||||
|
|
||||||
##### Ca2TracesAccHigh
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
Ca2TracesAccumulationHigh
|
|
||||||
type: accumulator
|
|
||||||
|
|
||||||
in_context: *AP
|
|
||||||
|
|
||||||
hypothesis: _Ca2 fullness
|
|
||||||
action: [ _CaTraceHigh increase ]
|
|
||||||
trace: None
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## DECAY
|
## DECAY
|
||||||
|
|||||||
Reference in New Issue
Block a user