eliminato winnertakeall_beh

This commit is contained in:
2026-05-28 20:39:00 +02:00
parent f19044f686
commit 03d6a569db
3 changed files with 124 additions and 122 deletions
+6 -3
View File
@@ -15,9 +15,12 @@ The axon does not contain specific behavior.
- the associations between PRESYNAPSE, POSTSYNAPSE e SYNAPSE is performed by the "bind" in excitation/inhibition in winnertakeall. Because we have to make sure that the correct binding is performed when intricating actuals.
```Gen
container: AXON
AXON
expansion: PRESYNAPSE ( full: 50x, active: 0x, empty: 10x )
type: comprehension
expansion:
_presynapse: TUB [ comp: PRESYNAPSE, full: 50x, active: 0x, empty: 10x ]
# managed_by: EXCITATION or INHIBITION from winnertakeall
# developed_by: AXO-PRE-TUB-DEV from NIGHT-N
```