Helmut Merz helmutm · he/him
helmutm pushed to master at cco/ex-scopes 2026-05-24 14:33:09 +02:00
f8a767db50 CSys.Environ: State with two-level cell registry (work in progress
dee9cb6a6f csys: test re-positionings and other minor improvements
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-05-23 17:06:50 +02:00
8e79c80470 csys: fixes, clean-ups, simplifications: atom lists, fix sleep() call
helmutm pushed to master at cco/ex-scopes 2026-05-23 14:51:50 +02:00
3a9d281f65 csys: a second test with just 1 neuron, linked to itself, + 1 effector
helmutm pushed to master at cco/ex-scopes 2026-05-20 16:45:34 +02:00
046f518289 move (example) init sequence to Program; + clean-up
helmutm pushed to master at cco/ex-scopes 2026-05-20 13:53:01 +02:00
b223400225 csys: Environ initialization sequence basically working
helmutm pushed to master at cco/ex-scopes 2026-05-20 12:29:34 +02:00
38207ab8d9 csys: work in progress: Environ: + initialization sequence for system setup
helmutm pushed to master at cco/ex-scopes 2026-05-20 08:22:12 +02:00
998be76e34 csys: clean-up, use comprehensions instead of reduce; + synapse operation: multiply
helmutm pushed to master at cco/ex-scopes 2026-05-19 17:07:09 +02:00
b5f78355fe csys: automatically compose op list for synapses
helmutm pushed to master at cco/ex-scopes 2026-05-19 16:44:53 +02:00
8eb05caaae csys: basically working: process numerical values with adding to state value and checking threshold
helmutm pushed to master at cco/ex-scopes 2026-05-19 15:38:31 +02:00
acda4f301f csys: provide compose() function for combining synapse operators
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()