home
projects
git
about
index
:
nerine
refactor-haskell
artificial life simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-08
prevent applying invalid proposals
refactor-haskell
sanine
2023-12-05
begin implementing applyLatticeProposals
sanine
2023-12-04
refactor: Lattice -> World.Lattice
sanine
2023-12-04
implement Combinable for Proposal
sanine
2023-12-04
implement Combinable for AgentPropList
sanine
2023-12-03
implement Combinable for LatticePropList
sanine
2023-11-30
begin implementing lattice proposal list merging
sanine
2023-11-30
add Compatible typeclass
sanine
2023-11-30
begin adding world types
sanine
2023-11-29
implement updateLattice
sanine
2023-11-29
implement parseGenome
sanine
2023-11-29
add mutateGenome
sanine
2023-11-29
implement mutateGenomeRemoveGene
sanine
2023-11-29
implement mutateGenomeAddGene
sanine
2023-11-29
imlement mutateGenomeRemoveNeuron
sanine
2023-11-29
implement mutateGenomeAddInternal
sanine
2023-11-29
rewrite genome tests to use approximate float comparison
sanine
2023-11-29
implement individual gene mutation functions
sanine
2023-11-22
show error messages on bad input/state
sanine
2023-11-21
fix warnings and bug in connectNeurons
sanine
2023-11-21
implement self-connected computation
sanine
2023-11-21
implement first-pass internal neurons
sanine
2023-11-21
implement output computation
sanine
2023-11-21
add failing compute tests
sanine
2023-11-21
add connectNeurons
sanine
2023-11-21
add createEmptyNetwork
sanine
2023-11-21
initial stack configuration
sanine
2023-11-16
clear out js files
sanine
2023-11-12
fix bugs
sanine
2023-11-12
add visualization
sanine
2023-11-12
fix bug with too many vision outputs
sanine
2023-11-12
use new genome format in game.js
sanine
2023-11-12
refactor genome to include size information
sanine
2023-11-12
implement epoch updates
sanine
2023-11-11
fix team information for empty cells
sanine
2023-11-11
add team creation functions
sanine
2023-11-11
add create_world()
sanine
2023-11-11
add setup_board
sanine
2023-11-11
mutables can be activated by living neighbors
sanine
2023-11-11
gol changes make sound
sanine
2023-11-11
pretend frozen agents appear frozen
sanine
2023-11-11
prevent movement when frozen and allow seeing past the lattice edge
sanine
2023-11-11
add postprocessing rule to freeze agents
sanine
2023-11-11
prevent agents from moving into immutable tiles
sanine
2023-11-11
add world update validity pass
sanine
2023-11-11
add drop_flag and speak actions
sanine
2023-11-10
implement take_flag action
sanine
2023-11-10
implement unfreeze action
sanine
2023-11-10
add pretend_frozen action
sanine
2023-11-10
add trigger action
sanine
[next]