summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-10add place actionsanine
2023-11-10refactor: actions take an additional world parametersanine
2023-11-10add turn_right actionsanine
2023-11-10remove incompatible toSpliced callsanine
2023-11-10implement move_backward and turn_leftsanine
2023-11-10implement move_forward actionsanine
2023-11-10implement visionsanine
2023-11-10add non-passing vision testsanine
2023-11-10implement hearingsanine
2023-11-10refactor senses to use world instead of lattice onlysanine
2023-11-09add senses.jssanine
2023-11-09add beehive testsanine
2023-11-09add glider testsanine
2023-11-09add basic game of life lattice rulessanine
2023-11-09add world.jssanine
2023-11-08export extra topology functions & add agent.jssanine
2023-11-08implement basic sensing & refactor world/cells -> latticesanine
2023-11-06improve cell.js commentssanine
2023-11-06implement cell flag settingsanine
2023-11-06add cell.jssanine
2023-11-06refactor: agent*.js => proposal*.jssanine
2023-11-06implement flag conflictssanine
2023-11-05implement agent change conflict/merge detectionsanine
2023-11-05begin implementing agent proposalssanine
2023-10-31begin designing worldsanine
2023-10-30add genome creation & mutation trialsanine
2023-10-30add mut_genome_contractsanine
2023-10-30add mut_genome_deletesanine
2023-10-30implement mut_genome_insertsanine
2023-10-30add mut_genome_expandsanine
2023-10-30refactor gene mutationssanine
2023-10-13implement genome parsingsanine
2023-10-13README.mdsanine
2023-08-10refactor: is_valid -> get_size()sanine-a
2023-08-10add is_valid()sanine-a
2023-08-10use average weight in mutation and add README.mdsanine-a
2023-08-01add util.jssanine-a
2023-08-01add mutation_type and mutate()sanine-a
2023-08-01remove src/protein/sanine-a
2023-08-01add windows test scriptsanine-a
2023-06-25add proteinsanine
2023-06-17fix the order of arbitrary neuron testsanine
2023-06-12add some better commentssanine
2023-06-12clean up network_compute and add input validationsanine
2023-06-11add commentssanine
2023-06-11add memorysanine
2023-06-11add deep networkssanine
2023-06-11add hidden neuron statesanine
2023-06-11add basic computationssanine
2023-06-11add self-connectionssanine