Primer
Purpose
This primer gives the minimum conceptual frame needed to read lenia-swarm docs without jumping into implementation details.
What This Dossier Is
lenia-swarm is a Flow Lenia experiment system for discovering and indexing persistent patterns across parameter space.
The system has three coupled concerns:
- physics: how states evolve each step,
- morphology: how we summarize form and behavior,
- ecology: how populations and niches are compared across runs.
Core Objects
- state field
A: the simulated multi-channel lattice state. - genotype: parameter payload controlling kernels and global parameters.
- phenotype: observed behavior summarized into metrics.
- creature record: an indexed row tying genotype, phenotype, and provenance.
Invariant View
The research loop is:
- run deterministic simulations from explicit configs,
- extract metrics and derived morphometrics,
- index into a versioned compendium,
- analyze structure (taxonomy/ecology) offline.
Where to Go Next
- For model mechanics:
Physics.md. - For descriptive language:
Morphology.mdandGlossary.md. - For grouping concepts:
Taxonomy.mdandEcology.md. - For executable details: move to
../contracts/.