sanine · she/her
sanine pushed to c-dilemma at sanine/nerine 2024-06-04 21:38:54 +00:00
caefc84110 add genome copying
143aa32082 update lily-test
Compare 2 commits »
sanine pushed to c-dilemma at sanine/nerine 2024-06-04 17:37:17 +00:00
ccec744e78 implement sensing and acting
d56f099118 implement the jump instructions
Compare 2 commits »
sanine pushed to c-dilemma at sanine/nerine 2024-06-04 04:51:23 +00:00
eb660e1b10 implement loading instructions
00c193a3a9 implement storage instructions
Compare 2 commits »
sanine pushed to c-dilemma at sanine/nerine 2024-06-04 03:59:43 +00:00
9d397ce883 redesign instructions and implement bitwise operators
a84002b203 implement basic arithmetic
Compare 2 commits »
sanine pushed to c-dilemma at sanine/nerine 2024-06-03 22:20:08 +00:00
86fcf0abee copy genome to memory correctly
f6957d8a77 create/destroy minds
Compare 2 commits »
sanine pushed to c-dilemma at sanine/nerine 2024-06-03 16:22:58 +00:00
b16ae0c5ef switch to assembly-based minds
sanine pushed to doc at sanine/honey-core 2024-05-21 02:18:10 +00:00
994309c915 fix bad pointers in monitor functions
c977101742 add log and ma documentation
Compare 2 commits »
sanine pushed to main at sanine/moonflower 2024-05-01 23:38:11 +00:00
dae2efadd7 fix bug with unset modules
sanine pushed to main at sanine/moonflower 2024-05-01 23:35:40 +00:00
2a5114e57e add teal definition generation
sanine pushed to main at sanine/cyberia-webring 2024-04-15 09:44:21 +00:00
29b93c1cb5 Merge pull request 'Update ring.lua to add mara to the webring' (#1) from Mara/cyberia-webring:main into main
8230e1f75c Update ring.lua
Compare 2 commits »
sanine merged pull request sanine/cyberia-webring#1 2024-04-15 09:44:20 +00:00
Update ring.lua to add mara to the webring
sanine pushed to c-dilemma at sanine/nerine 2024-03-10 19:36:55 +00:00
6288cdf903 fix memory leaks
sanine pushed to c-dilemma at sanine/nerine 2024-03-09 02:56:00 +00:00
defd656e41 fix bounding size bug on nr_mind_create
sanine pushed to c-dilemma at sanine/nerine 2024-03-09 02:51:07 +00:00
37d100ec64 fix OOR errors on adding/removing neurons
sanine pushed to c-dilemma at sanine/nerine 2024-03-09 02:45:46 +00:00
af54d42411 fix OOR error on shift/zero weights
sanine pushed to c-dilemma at sanine/nerine 2024-03-09 02:35:50 +00:00
5be6591a46 implement nr_mind_compute
sanine pushed to c-dilemma at sanine/nerine 2024-03-09 00:24:34 +00:00
c5be66eaa7 switch to csparse 3.1.3 and begin implementing nr_mind_t functions
sanine pushed to c-dilemma at sanine/nerine 2024-03-07 20:39:05 +00:00
ef90da1f75 add duplication and cs_sparse conversion functions for nr_sparse_t
sanine pushed to c-dilemma at sanine/nerine 2024-02-20 06:06:00 +00:00
7adc0874ea refactor: nr_isparse_* -> nr_sparse_*
sanine pushed to c-dilemma at sanine/nerine 2024-02-18 23:10:16 +00:00
7043ca9f62 implement nr_isparse_remove_neuron