Helmut Merz helmutm · he/him
helmutm pushed to master at cco/ex-scopes 2026-05-19 14:14:08 +02:00
02db5f3ad4 csys: work in progress: processing numeric values
helmutm pushed to master at cco/ex-scopes 2026-05-18 15:48:23 +02:00
7f6e374f1e csys: move create() and connect() steps to CSys, fix Environ.setup(): create zero neuron
helmutm pushed to master at cco/ex-scopes 2026-05-18 09:41:44 +02:00
63df25d65f csys: first try registering neuron creation in env
helmutm pushed to master at cco/ex-scopes 2026-05-17 15:13:30 +02:00
66abbe44f5 csys: improve creation of neurons: separate connect, standardized notification
helmutm pushed to master at cco/ex-scopes 2026-05-17 11:45:52 +02:00
fde765e53d csys: add connect_succ action, + test
helmutm pushed to master at cco/ex-scopes 2026-05-16 09:16:32 +02:00
e53ce87900 csys: more on synapse operations: filter_head, data_only
helmutm pushed to master at cco/ex-scopes 2026-05-15 16:03:15 +02:00
52961ed38d csys: supply synapse op via data field on neuron creation message
helmutm pushed to master at cco/ex-scopes 2026-05-14 22:15:46 +02:00
d3771d0a77 csys: move proc steps to CSys, start with synapse ops / op steps
helmutm pushed to master at cco/ex-scopes 2026-05-14 07:29:54 +02:00
31f35aa2f8 csys: set proc depending on current stage, restart scopes upon neuron creation
helmutm pushed to master at cco/ex-scopes 2026-05-13 10:55:23 +02:00
36dae3885c csys: put proc metadata in State struct, use for preparing zero neuron via setup()
helmutm pushed to master at cco/ex-scopes 2026-05-12 19:51:23 +02:00
d13962c02b csys: program as combination of stages and transitions; common proc for different stages
helmutm pushed to master at cco/ex-scopes 2026-05-12 12:54:57 +02:00
a7af69381b csys clean-up: remove obsolete code, setup: use proc, other minor improvements
helmutm pushed to master at cco/ex-scopes 2026-05-12 07:54:43 +02:00
e657dd5a2e csys: make env a neuron, move setup To Environ
helmutm pushed to master at cco/ex-scopes 2026-05-11 18:56:38 +02:00
48d8bcdfa8 csys: get rid of Environ Agent and program registry, just use self() as env
helmutm pushed to master at cco/ex-scopes 2026-05-08 22:29:31 +02:00
6bd81cad28 csys: helper functions for setup and message handling, not only for testing
helmutm pushed to master at cco/ex-scopes 2026-05-08 11:11:05 +02:00
37920f3b98 csys testing: helpers for sending and receiving complex messages
helmutm pushed to master at cco/ex-scopes 2026-05-07 18:52:51 +02:00
f9e6d664d5 shape: initial set-up; csys: standardized message format with head and info parts
helmutm pushed to master at cco/ex-scopes 2026-05-06 19:49:15 +02:00
2fa57ee8fb csys: clean-up, renamings, message format: list as message head
helmutm pushed to master at cco/ex-scopes 2026-05-05 19:20:51 +02:00
f000cd2526 csys: provide more complex actions: create parent, create child
helmutm pushed to 3master at cco/loops 2026-05-04 07:23:46 +02:00
d7b1eb6257 provide Unauthorized handler, example use in inst/loops via overrides.zcml