summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-08prevent applying invalid proposalsrefactor-haskellsanine
2023-12-05begin implementing applyLatticeProposalssanine
2023-12-04refactor: Lattice -> World.Latticesanine
2023-12-04implement Combinable for Proposalsanine
2023-12-04implement Combinable for AgentPropListsanine
2023-12-03implement Combinable for LatticePropListsanine
2023-11-30begin implementing lattice proposal list mergingsanine
2023-11-30add Compatible typeclasssanine
2023-11-30begin adding world typessanine
2023-11-29implement updateLatticesanine
2023-11-29implement parseGenomesanine
2023-11-29add mutateGenomesanine
2023-11-29implement mutateGenomeRemoveGenesanine
2023-11-29implement mutateGenomeAddGenesanine
2023-11-29imlement mutateGenomeRemoveNeuronsanine
2023-11-29implement mutateGenomeAddInternalsanine
2023-11-29rewrite genome tests to use approximate float comparisonsanine
2023-11-29implement individual gene mutation functionssanine
2023-11-22show error messages on bad input/statesanine
2023-11-21fix warnings and bug in connectNeuronssanine
2023-11-21implement self-connected computationsanine
2023-11-21implement first-pass internal neuronssanine
2023-11-21implement output computationsanine
2023-11-21add failing compute testssanine
2023-11-21add connectNeuronssanine
2023-11-21add createEmptyNetworksanine
2023-11-21initial stack configurationsanine
2023-11-16clear out js filessanine
2023-11-12fix bugssanine
2023-11-12add visualizationsanine
2023-11-12fix bug with too many vision outputssanine
2023-11-12use new genome format in game.jssanine
2023-11-12refactor genome to include size informationsanine
2023-11-12implement epoch updatessanine
2023-11-11fix team information for empty cellssanine
2023-11-11add team creation functionssanine
2023-11-11add create_world()sanine
2023-11-11add setup_boardsanine
2023-11-11mutables can be activated by living neighborssanine
2023-11-11gol changes make soundsanine
2023-11-11pretend frozen agents appear frozensanine
2023-11-11prevent movement when frozen and allow seeing past the lattice edgesanine
2023-11-11add postprocessing rule to freeze agentssanine
2023-11-11prevent agents from moving into immutable tilessanine
2023-11-11add world update validity passsanine
2023-11-11add drop_flag and speak actionssanine
2023-11-10implement take_flag actionsanine
2023-11-10implement unfreeze actionsanine
2023-11-10add pretend_frozen actionsanine
2023-11-10add trigger actionsanine