#Analysis Setup And Method
#Study Question
The experiments ask how changing initial occupied-cell density changes the evolution and final outcome of presets:
- In Wildfire, occupied cells are combustible
Grass,Bush, orTreecells. - In SIRSD Epidemic, occupied cells are living population cells, initially all
Susceptible.
The target density was varied while the preset rules, grid, topology, random seed, and initial active cells were kept fixed.
#Run Protocol
For each requested density:
- Set the brush density and generate the initial vegetation or
Susceptiblepopulation. - Place active cells: burning cells for Wildfire or
Infectiouscells for Epidemic. - Run until active fire (
Ember + Fire + Blaze) orInfectiousreaches . - Download the recorded run and its metrics.
- Restart and repeat until runs have been collected, then move to the next density.
This sweep was automated using the scripts under analysis/ in the repository while the project was served locally.
#Shared Configuration
| Setting | Value |
|---|---|
| Grid | |
| Topology | Toroidal |
| Ruleset random seed | |
| Initial active cells | |
| Repetitions per density |
Applying a preset does not itself select the grid size, topology, or initial layout, so these settings must be manually set to reproduce the runs.
The fixed ruleset random seed makes Epidemic probability rolls reproducible for a given cell, generation, and rule. Wildfire has no probabilistic evolution rules, so it is deterministic once its initial grid is fixed, regardless of random seed. Initial brush layouts still differ because brush strokes use a separate advancing randomization counter. Consequently, the runs vary mainly through their randomized initial layouts.
#Density Coverage
#Wildfire
The analysis contains runs across density percentages:
| Sweep | Densities |
|---|---|
| Low | |
| Dense | |
| High |
The dense sweep contains runs and was added to resolve the observed regime change from the initial sweep.
#Epidemic
The analysis contains runs across density percentages:
| Sweep | Densities |
|---|---|
| Low | |
| Dense | |
| High |
The dense sweep contains runs and was added to resolve the observed regime change from the initial sweep.