This commit is contained in:
2026-05-28 12:19:43 +02:00
parent c6dab9d299
commit 38332cb85c
2 changed files with 15 additions and 1 deletions
@@ -65,6 +65,16 @@ Excitation_bind
hypothesis: ( GoodTraces fullness ) AND NOT ( _Astrosynapse full ) AND NOT ( _Presynapse full ) AND NOT ( _Postsynapse full) hypothesis: ( GoodTraces fullness ) AND NOT ( _Astrosynapse full ) AND NOT ( _Presynapse full ) AND NOT ( _Postsynapse full)
bind: [_Presynapse increase, _Postsynapse increase, _Astrosynapse increase] bind: [_Presynapse increase, _Postsynapse increase, _Astrosynapse increase]
trace: None? trace: None?
hypothesis: ( GoodTraces fullness ) AND
( NOT _SynPossible.PRESYNAPSE full ) AND
( NOT _SynPossible.POSTSYNAPSE full ) AND
( NOT _SynPossible.ASTROSYNAPSE full)
bind: [_SynPossible.PRESYNAPSE, _SynPossible.POSTSYNAPSE, _SynPossible.ASTROSYNAPSE ]
trace: None?
action:
@: BIND [ syn: _synapse, pre: _SynPossible.PRESYNAPSE, post: _SynPossible.POSTSYNAPSE, ast: _SynPossible.ASTROSYNAPSE ]
``` ```
#### ClearTraces #### ClearTraces
@@ -94,4 +104,8 @@ Excitation_unbind
unbind: [_Presynapse decrease, _Postsynapse decrease, _Astrosynapse decrease] unbind: [_Presynapse decrease, _Postsynapse decrease, _Astrosynapse decrease]
trace: None? trace: None?
hypothesis: ( NOT _synapse empty )
action:
@: UNBIND [ syn: _synapse ]
``` ```
+1 -1
View File
@@ -45,7 +45,7 @@ WINNERTAKEALL
### Area xxx ### Area xxx
@: BEHAVIOUR: [ beh: EXCITATION, _SynPossible: TUB [ @: BEHAVIOUR: [ beh: EXCITATION, _SynPossible: TUB_COMB [
pre: @NEU-001.@AXON-001.&PRESYNAPSE, pre: @NEU-001.@AXON-001.&PRESYNAPSE,
post: @NEU-001.@D-BRANCH-001.&POSTSYNAPSE, post: @NEU-001.@D-BRANCH-001.&POSTSYNAPSE,
ast: @NEU-001.@D-BRANCH-001.&ASTROSYNAPSE ] ] ast: @NEU-001.@D-BRANCH-001.&ASTROSYNAPSE ] ]