Purpose
The project explores whether simple deterministic local rules can produce interesting global behavior in an artificial-life sandbox.
Execution model
World model
Compost treats binary input as FOOD in the simulator's terminology. Organisms are autonomous mathematical entities with internal state, energy/metabolism, structural bodies and territory, plus deterministic reproduction and death transitions. These describe simulator bookkeeping, not biological processes.
Sandbox runtime and experiments
Inbox files are copied into experiment-owned storage, partitioned into FOOD, and processed under local rules for resources, growth, maintenance, territory and competition. The runtime persists world state and writes observational telemetry; the observer reports state rather than directing organisms. Captured experiments and supplied inputs support reproducible comparisons; live telemetry may be eventually consistent.
Experimental artificial-life and complex-systems research project. Not a biological model or production data-processing system.
Typical use
Quick start
python -m pip install .
python -m mathematical_organism run sandbox --workers 4 --max-seconds 30
python -m mathematical_organism status sandbox --organismsRepository evidence
- README defines FOOD as binary input and organisms as mathematical simulator abstractions with state, energy, body, territory and lifecycle transitions
- Runtime copies inbox files to experiment-owned storage, advances local rules, persists world state and writes telemetry
- README explicitly says the project is not a biological model or production data-processing system; pyproject requires Python 3.11+ and declares version 0.1.0
Limits and status
- Not a biological model
- Not a production data-processing system
- Experimental research project; results depend on implemented rules, parameters and captured inputs
- Telemetry is observational and may be eventually consistent while workers run