varie
This commit is contained in:
@@ -65,6 +65,16 @@ Excitation_bind
|
||||
hypothesis: ( GoodTraces fullness ) AND NOT ( _Astrosynapse full ) AND NOT ( _Presynapse full ) AND NOT ( _Postsynapse full)
|
||||
bind: [_Presynapse increase, _Postsynapse increase, _Astrosynapse increase]
|
||||
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
|
||||
@@ -94,4 +104,8 @@ Excitation_unbind
|
||||
unbind: [_Presynapse decrease, _Postsynapse decrease, _Astrosynapse decrease]
|
||||
trace: None?
|
||||
|
||||
hypothesis: ( NOT _synapse empty )
|
||||
action:
|
||||
@: UNBIND [ syn: _synapse ]
|
||||
|
||||
```
|
||||
|
||||
@@ -45,7 +45,7 @@ WINNERTAKEALL
|
||||
|
||||
### Area xxx
|
||||
|
||||
@: BEHAVIOUR: [ beh: EXCITATION, _SynPossible: TUB [
|
||||
@: BEHAVIOUR: [ beh: EXCITATION, _SynPossible: TUB_COMB [
|
||||
pre: @NEU-001.@AXON-001.&PRESYNAPSE,
|
||||
post: @NEU-001.@D-BRANCH-001.&POSTSYNAPSE,
|
||||
ast: @NEU-001.@D-BRANCH-001.&ASTROSYNAPSE ] ]
|
||||
|
||||
Reference in New Issue
Block a user