Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2026-07-29 08:16:10 +02:00
28e86a723a csys improvements, start with public shortcuts: send-connect
helmutm pushed to master at cco/ex-scopes 2026-07-28 19:49:45 +02:00
e6c5eae4a8 message handlers: upon change of scope return new bhv, use this for next actor loop
helmutm pushed to master at cco/cl-scopes 2026-07-28 09:16:19 +02:00
ac44c880af csys: add negating feedback to zero neuron
helmutm pushed to master at cco/cl-scopes 2026-07-27 22:40:17 +02:00
ff4b9d9800 csys: creation of pred (sensor) and succ (effector) for zero OK
helmutm pushed to master at cco/cl-scopes 2026-07-27 19:12:13 +02:00
d27049230d csys: creation of two additional cells (with addr / categ) OK
helmutm pushed to master at cco/cl-scopes 2026-07-27 16:39:25 +02:00
f2d4b32fdc csys: steps towards multi-cell system: create, connect, synapse
helmutm pushed to master at cco/cl-scopes 2026-07-27 09:26:45 +02:00
93f9a5a835 work in progress: :next action; minor fixes and rearrangements
helmutm pushed to master at cco/cl-scopes 2026-07-27 09:02:41 +02:00
e7480b638e csys, work in progress: set up program from hash-table, more actions, test-specific settings
helmutm pushed to master at cco/cl-scopes 2026-07-26 09:27:47 +02:00
d9eb8ac692 get rid of now obsolete legacy folder
helmutm pushed to master at cco/cl-scopes 2026-07-25 10:19:51 +02:00
c31421cee9 csys:value-add as first real action handler (with parameters)
helmutm pushed to master at cco/cl-scopes 2026-07-24 19:55:42 +02:00
42195f0cef csys action handlers: always defined as closures; + some minor clean-ups and rearrangements
helmutm pushed to master at cco/cl-scopes 2026-07-24 16:40:45 +02:00
6facc4f22e use :effect action as output from effector neuron; action handling improvements
b773e0aedb csys testing: use tc:check-message() for checking eff messages
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-07-23 15:04:04 +02:00
a52617136d csys: use simple test via eff-proc for checking zero neuron activity
helmutm pushed to master at cco/cl-scopes 2026-07-23 11:44:51 +02:00
62fb5f883d util:mv-bind: additional return values are always declared optional
helmutm pushed to master at cco/cl-scopes 2026-07-23 11:28:04 +02:00
2d30776e81 use util:mv-bind for evaluating return values of action handlers
5b71b0d5e4 provide util:mv-bind for use in csys procs; csys: minor clean-ups
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-07-21 17:24:16 +02:00
8cd2b882ee csys test: forward message to zero neuron => fixes
helmutm pushed to master at cco/cl-scopes 2026-07-21 12:54:21 +02:00
d316b73e93 csys:create-zero basically working
helmutm pushed to master at cco/cl-scopes 2026-07-21 08:24:05 +02:00
72de4e9126 remove obsolete substrate system
helmutm pushed to master at cco/cl-scopes 2026-07-20 19:39:14 +02:00
560d423435 work in progress: csys setup: create zero neuron
helmutm pushed to master at cco/cl-scopes 2026-07-20 10:51:04 +02:00
7c78f1df2f csys: scope creation: fixes and improvements