Expand description
Evolution simulation — mutation, selection, genetic drift.
Structs§
- Evolving
Trait - Simplified trait for evolution (not full genome — see worldgen::genetics for that).
Functions§
- check_
speciation - Simulate speciation check: if trait divergence exceeds threshold.
- evolve_
trait - Evolve a trait over one generation given selection pressure.