home
projects
git
about
index
:
nerine
refactor-haskell
artificial life simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2023-11-10
implement hearing
sanine
2023-11-10
refactor senses to use world instead of lattice only
sanine
2023-11-09
add senses.js
sanine
2023-11-09
add beehive test
sanine
2023-11-09
add glider test
sanine
2023-11-09
add basic game of life lattice rules
sanine
2023-11-09
add world.js
sanine
2023-11-08
export extra topology functions & add agent.js
sanine
2023-11-08
implement basic sensing & refactor world/cells -> lattice
sanine
2023-11-06
improve cell.js comments
sanine
2023-11-06
implement cell flag setting
sanine
2023-11-06
add cell.js
sanine
2023-11-06
refactor: agent*.js => proposal*.js
sanine
2023-11-06
implement flag conflicts
sanine
2023-11-05
implement agent change conflict/merge detection
sanine
2023-11-05
begin implementing agent proposals
sanine
2023-10-31
begin designing world
sanine
2023-10-30
add genome creation & mutation trial
sanine
2023-10-30
add mut_genome_contract
sanine
2023-10-30
add mut_genome_delete
sanine
2023-10-30
implement mut_genome_insert
sanine
2023-10-30
add mut_genome_expand
sanine
2023-10-30
refactor gene mutations
sanine
2023-10-13
implement genome parsing
sanine
2023-10-13
README.md
sanine
2023-08-10
refactor: is_valid -> get_size()
sanine-a
2023-08-10
add is_valid()
sanine-a
2023-08-10
use average weight in mutation and add README.md
sanine-a
2023-08-01
add util.js
sanine-a
2023-08-01
add mutation_type and mutate()
sanine-a
2023-08-01
remove src/protein/
sanine-a
2023-06-25
add protein
sanine
2023-06-17
fix the order of arbitrary neuron test
sanine
2023-06-12
add some better comments
sanine
2023-06-12
clean up network_compute and add input validation
sanine
2023-06-11
add comments
sanine
2023-06-11
add memory
sanine
2023-06-11
add deep networks
sanine
2023-06-11
add hidden neuron state
sanine
2023-06-11
add basic computations
sanine
2023-06-11
add self-connections
sanine
2023-06-10
begin writing mind topology
sanine