Update winnertakeall.md

This commit is contained in:
2026-05-30 10:15:33 +02:00
parent a087862329
commit a1d0237bba
+5 -5
View File
@@ -94,7 +94,7 @@ ExcitationPossible
condition: ???
out_context: *ActivateAstroPostPre
condition: ( BadTraces fullness )
condition: BadTraces fullness
out_context: *DeActivateAstroPost
```
@@ -109,8 +109,8 @@ ExcitationBind
in_context: *ActivateAstroPostPre
hypothesis: ( GoodTraces fullness )
bind: [collection.pre, collection.post, collection.astro ]
hypothesis: GoodTraces fullness
bind: ( collection.pre, collection.post, collection.astro )
trace: #qui possiamo lasciare le tracce di un tentativo di attivare non possibile, che dovrebbe andare all'ASTRO
```
@@ -139,7 +139,7 @@ ExcitationUnbind
in_context: &DeActivateSynPostPre
hypothesis: (BadTraces fullness)
unbind: [collection.pre, collection.post, collection.astro]
hypothesis: BadTraces fullness
unbind: ( collection.pre, collection.post, collection.astro )
trace: Qui non dovrebbe arrivare se ci sono tracce di BadTraces, generate da synapsi attive
```