Update presynapse.md
This commit is contained in:
@@ -108,10 +108,10 @@ PRESYNAPSE
|
||||
|
||||
```
|
||||
|
||||
## MAIN
|
||||
## RELEASE_NT
|
||||
|
||||
```Gen
|
||||
MAIN
|
||||
RELEASE_NT
|
||||
|
||||
// Emit NT
|
||||
|
||||
@@ -133,14 +133,6 @@ MAIN
|
||||
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
|
||||
@@ -148,55 +140,36 @@ MAIN
|
||||
```Gen
|
||||
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
|
||||
action: [ _pre_endurance_tag increase ]
|
||||
trace: None
|
||||
}
|
||||
|
||||
// snippet: *AP
|
||||
|
||||
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
|
||||
// Fast Traces
|
||||
|
||||
void: INCLUDE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] {
|
||||
hypothesis: _Ca2 emptiness
|
||||
action: [ _CaTraceLow increase ]
|
||||
trace: None
|
||||
```
|
||||
}
|
||||
|
||||
##### Ca2TracesAccMedium
|
||||
|
||||
```Gen
|
||||
Ca2TracesAccMedium
|
||||
type: accumulator
|
||||
|
||||
in_context: *AP
|
||||
|
||||
void: INCLUDE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] {
|
||||
hypothesis: _Ca2 mediumness
|
||||
action: [ _CaTraceMed increase ]
|
||||
trace: None
|
||||
```
|
||||
}
|
||||
|
||||
##### Ca2TracesAccHigh
|
||||
|
||||
```Gen
|
||||
Ca2TracesAccumulationHigh
|
||||
type: accumulator
|
||||
|
||||
in_context: *AP
|
||||
|
||||
void: INCLUDE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] {
|
||||
hypothesis: _Ca2 fullness
|
||||
action: [ _CaTraceHigh increase ]
|
||||
trace: None
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
## DECAY
|
||||
|
||||
Reference in New Issue
Block a user